Last active
January 13, 2023 04:04
-
-
Save abuvanth/5714eaefb38302cef6ee203f04a2f249 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=Cyberfly python Client | |
After=network.target | |
[Service] | |
ExecStart=/usr/bin/python3 /home/cyberfly/temp_test.py #replace your script localtion | |
Restart=always | |
StandardOutput=append:/home/cyberfly/cy.log # replace cyberfly with your raspberry pi username | |
StandardError=append:/home/cyberfly/cy.log # replace cyberfly with your raspberry pi username | |
User=cyberfly #replace cyberfly with your raspberry pi username | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
make this public