Skip to content

Instantly share code, notes, and snippets.

@jakedolan443
Created July 22, 2022 09:39
Show Gist options
  • Save jakedolan443/a4aa3cd62d7d6b5866671d13be8238ac to your computer and use it in GitHub Desktop.
Save jakedolan443/a4aa3cd62d7d6b5866671d13be8238ac to your computer and use it in GitHub Desktop.
Peluno Systemd File
[Unit]
Description=Peluno
After=network.target
[Service]
Type=simple
ExecStart=/bin/python3 /path/to/peluno.py
Restart=always
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment