Skip to content

Instantly share code, notes, and snippets.

@realmayus
Last active August 7, 2020 13:18
Show Gist options
  • Save realmayus/cc18a29aadff5b92c776632f8632645f to your computer and use it in GitHub Desktop.
Save realmayus/cc18a29aadff5b92c776632f8632645f to your computer and use it in GitHub Desktop.
A service file for the chime music bot.
[Unit]
Description=Chime
After=multi-user.target
[Service]
WorkingDirectory=%h/chime
ExecStart=%h/chime/venv/bin/chime
Type=idle
User=root
Group=root
Restart=always
RestartSec=1
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment