Created
May 10, 2017 15:28
-
-
Save sitedyno/84a0afa464e3797b1d25d16512eb1bcf to your computer and use it in GitHub Desktop.
Systemd service for phergie (react version)
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=Run Phergie IRC bot (react version) | |
After=network.target | |
[Service] | |
Type=simple | |
# modify for your environment | |
WorkingDirectory=/home/phergie | |
User=phergie | |
Group=phergie | |
ExecStart=/home/phergie/vendor/bin/phergie | |
Restart=on-success | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment