Created
July 22, 2022 09:39
-
-
Save jakedolan443/a4aa3cd62d7d6b5866671d13be8238ac to your computer and use it in GitHub Desktop.
Peluno Systemd File
This file contains hidden or 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=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