pixelserver2/deckensteuerung.service

11 lines
197 B
SYSTEMD
Raw Permalink Normal View History

2024-11-04 17:00:20 +00:00
[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