1
0
Fork 0
trespassed/software/trespassed.service

13 lines
213 B
SYSTEMD
Raw Normal View History

2016-12-21 12:44:40 -05:00
[Unit]
Description=Trespassed Daemon
[Service]
User=pi
Group=pi
WorkingDirectory=/home/pi/trespassed
ExecStart=/home/pi/trespassed/.env/bin/twistd -ny main.py
Restart=always
[Install]
WantedBy=multi-user.target