add systemd unit
This commit is contained in:
parent
ebadf90c94
commit
313d3aa471
10
deckensteuerung.service
Normal file
10
deckensteuerung.service
Normal file
@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Deckensteuerung Server
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
ExecStart=/usr/bin/python3 -u /home/ds/pixelserver2/main.py
|
||||
WorkingDirectory=/home/ds/pixelserver2
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
x
Reference in New Issue
Block a user