Created
May 12, 2015 14:55
-
-
Save koi-chan/679b41c33e47d5659032 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=KiwiIRC - Internet Relay Chat Web Client | |
Documentation=https://kiwiirc.com/ | |
After=network.target | |
[Service] | |
User=kiwiirc | |
Group=kiwiirc | |
Type=forking | |
PIDFile=/home/kiwiirc/KiwiIRC/kiwiirc.pid | |
ExecStart=/home/kiwiirc/KiwiIRC/kiwi start | |
ExecReload=/home/kiwiirc/KiwiIRC/kiwi reload | |
ExecStop=/home/kiwiirc/KiwiIRC/kiwi stop | |
[Install] | |
WantedBy=multi-user.target | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment