Created
October 27, 2023 05:34
-
-
Save darksidelemm/ba3b3025ffc1b19fb5d0b0fbdc7efc7c to your computer and use it in GitHub Desktop.
SpyServer Systemd Service File
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=spyserver | |
After=syslog.target | |
[Service] | |
# For running outside of a python virtual environment | |
ExecStart=/home/pi/spyserver/spyserver /home/pi/spyserver/spyserver_autorx.config | |
Restart=always | |
RestartSec=15 | |
WorkingDirectory=/home/pi/spyserver/ | |
User=pi | |
SyslogIdentifier=spyserver | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment