Created
August 13, 2014 15:54
-
-
Save Cazzar/b41d8576985225d58b91 to your computer and use it in GitHub Desktop.
This file contains 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=InspIRCd IRC daemon | |
Requires=network.target | |
After=network.target | |
[Service] | |
Type=forking | |
PIDFile=/var/lib/inspircd/inspircd.pid | |
ExecStart=/usr/lib/inspircd/inspircd start | |
ExecReload=/usr/lib/inspircd/inspircd rehash | |
ExecStop=/usr/lib/inspircd/inspircd stop | |
Restart=always | |
User=inspircd | |
Group=inspircd | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment