Skip to content

Instantly share code, notes, and snippets.

@koi-chan
Created May 12, 2015 14:55
Show Gist options
  • Save koi-chan/679b41c33e47d5659032 to your computer and use it in GitHub Desktop.
Save koi-chan/679b41c33e47d5659032 to your computer and use it in GitHub Desktop.
[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