Skip to content

Instantly share code, notes, and snippets.

@benharri
Created April 9, 2018 18:38
Show Gist options
  • Save benharri/40b7f6abe17a6640d52baf728a4124d4 to your computer and use it in GitHub Desktop.
Save benharri/40b7f6abe17a6640d52baf728a4124d4 to your computer and use it in GitHub Desktop.
[Unit]
Description=The Lounge IRC client
After=thelounge.service
[Service]
Type=simple
ExecStart=/home/ben/workspace/thelounge/index.js start
User=ben
Group=ben
Restart=always
RestartSec=5
StartLimitInterval=60s
StartLimitBurst=3
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment