Skip to content

Instantly share code, notes, and snippets.

@sitedyno
Created May 10, 2017 15:28
Show Gist options
  • Save sitedyno/84a0afa464e3797b1d25d16512eb1bcf to your computer and use it in GitHub Desktop.
Save sitedyno/84a0afa464e3797b1d25d16512eb1bcf to your computer and use it in GitHub Desktop.
Systemd service for phergie (react version)
[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