add systemd unit

This commit is contained in:
T 2024-11-04 18:00:20 +01:00
parent ebadf90c94
commit 313d3aa471

10
deckensteuerung.service Normal file
View 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