Skip to content

Instantly share code, notes, and snippets.

@niner
Created July 10, 2017 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niner/58404dc5578f3b816a06e2b8224efba7 to your computer and use it in GitHub Desktop.
Save niner/58404dc5578f3b816a06e2b8224efba7 to your computer and use it in GitHub Desktop.
camelia:~ # cat /etc/systemd/system/geth.service
[Unit]
Description=GitHub Push Updates to IRC Bot
[Service]
User=geth
LimitDATA=536870912
ExecStart=/usr/bin/perl6 bin/geth.p6
Restart=always
KillSignal=QUIT
WorkingDirectory=/home/geth/geth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment