add pid and start flag for gui, add systemd service file and .desktop file with new setup.sh

This commit is contained in:
2021-04-19 21:18:25 +02:00
parent 96829d0b6a
commit fec87df9c9
7 changed files with 55 additions and 10 deletions

12
data/controldeck.service Normal file
View File

@@ -0,0 +1,12 @@
[Unit]
Description=ControlDeck
[Service]
Environment=PYTHONUNBUFFERED=1
ExecStart=%h/.local/bin/controldeck
Restart=always
RestartSec=10
StandardOutput=journal
[Install]
WantedBy=default.target