11 lines
197 B
SYSTEMD
11 lines
197 B
SYSTEMD
|
[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
|