Created
October 30, 2022 19:12
-
-
Save Lukelectro/99b765dd3c50550748f76b51286a8422 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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