Skip to content

Instantly share code, notes, and snippets.

@srhinos
Created October 13, 2019 07:13
Show Gist options
  • Select an option

  • Save srhinos/230dec8fa3c5f9408f61ef050a2ba813 to your computer and use it in GitHub Desktop.

Select an option

Save srhinos/230dec8fa3c5f9408f61ef050a2ba813 to your computer and use it in GitHub Desktop.
# systemd unit file for https://github.com/Just-Some-Bots/MusicBot
[Unit]
Description=MusicBot
[Service]
ExecStart=~/MusicBot/run.sh
Restart=on-failure
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment