Skip to content

Instantly share code, notes, and snippets.

@koi-chan
Last active August 29, 2015 14:15
Show Gist options
  • Save koi-chan/93acbbcd00e66f0a972b to your computer and use it in GitHub Desktop.
Save koi-chan/93acbbcd00e66f0a972b to your computer and use it in GitHub Desktop.
charybdis-systemd
[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