Skip to content

Instantly share code, notes, and snippets.

@matabares
Created October 9, 2018 10:35
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 matabares/b180598a26d320ef09e78335f7a463bc to your computer and use it in GitHub Desktop.
Save matabares/b180598a26d320ef09e78335f7a463bc to your computer and use it in GitHub Desktop.
Ejemplo de la unit para systemd
***MusicBot.service***
[Unit]
Description=MusicBot
After=multi-user.target
[Service]
Type=simple
ExecStart=/home/pi/bot/MusicBot/run.py
User=pi
WorkingDirectory=/home/pi/bot/MusicBot
Restart=on-failure
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment