Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] include systemd service file in .deb package #21

Open
Happy86 opened this issue Mar 12, 2020 · 0 comments
Open

[feature request] include systemd service file in .deb package #21

Happy86 opened this issue Mar 12, 2020 · 0 comments

Comments

@Happy86
Copy link

Happy86 commented Mar 12, 2020

Hi,

just had a look through at https://kiwiirc.com/downloads/

As Debian (and even Ubuntu) have switched to systemd quite some time ago it would be nice to include a service file.

(I guess there is no harm leaving the ancient SysVinit shell script where it is.)

A kiwiirc.service file could look like:

[Unit]
Description=KiwiIRC
After=network.target

[Service]
User=kiwiirc
Group=kiwiirc
DynamicUser=true
ConditionPathExists=/etc/kiwiirc/config.conf
ExecStart=kiwiirc --config=/etc/kiwiirc/config.conf
Restart=on-failure

[Install]
WantedBy=multi-user.target
@ItsOnlyBinary ItsOnlyBinary transferred this issue from kiwiirc/kiwiirc Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant