Skip to content

Instantly share code, notes, and snippets.

@iiiGerardoiii
Last active July 8, 2022 16:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iiiGerardoiii/8467cb7325f225f8bd7a5a63a74cf78f to your computer and use it in GitHub Desktop.
Save iiiGerardoiii/8467cb7325f225f8bd7a5a63a74cf78f to your computer and use it in GitHub Desktop.
[Unit]
Description=The Lounge IRC client
After=thelounge.service
[Service]
Type=simple
ExecStart=/home/pi/.yarn/bin/thelounge start
User=pi
Group=pi
Restart=on-failure
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