Created
March 29, 2016 16:13
-
-
Save radjah/390e4f7718eacdde60ad to your computer and use it in GitHub Desktop.
Юнит eggdrop для systemd. Не получается отработать остановку без FAIL.
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=eggdrop IRC bot | |
After=local-fs.target remote-fs.target network.target | |
[Service] | |
Type=forking | |
User=share | |
PIDFile=/opt/eggdrop/eggdrop.pid | |
WorkingDirectory=/opt/eggdrop | |
ExecStart=/opt/eggdrop/eggdrop /opt/eggdrop/eggdrop.conf | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment