Skip to content

Instantly share code, notes, and snippets.

@Lukelectro
Created October 30, 2022 19:12
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 Lukelectro/99b765dd3c50550748f76b51286a8422 to your computer and use it in GitHub Desktop.
Save Lukelectro/99b765dd3c50550748f76b51286a8422 to your computer and use it in GitHub Desktop.
[Unit]
Description="run web radio receiver"
After=multi-user.target
[Service]
Type=simple
User=USERNAME_HIER_INVULLEN
Group=USERGROUP_HIER_INVULLEN
ExecStart=/usr/bin/python3 /home/USERNAME/runradio.py
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment