We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
systemd
(I guess there is no harm leaving the ancient SysVinit shell script where it is.)
SysVinit
A kiwiirc.service file could look like:
kiwiirc.service
[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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:The text was updated successfully, but these errors were encountered: