Last active
August 29, 2015 14:15
-
-
Save koi-chan/93acbbcd00e66f0a972b to your computer and use it in GitHub Desktop.
charybdis-systemd
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=charybdis - Internet Relay Chat Program Server | |
Documentation=http://atheme.org/projects/charybdis.html | |
After=network.target | |
[Service] | |
User=charybdis | |
Group=charybdis | |
Type=simple | |
PIDFile=/home/charybdis/ircd/etc/ircd.pid | |
ExecStart=/home/charybdis/ircd/bin/ircd -foreground | |
ExecReload=/usr/bin/kill -HUP $MAINPID | |
ExecStop=/usr/bin/kill $MAINPID | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment