clientprogramme in eigenes verzeichnis verschoben

This commit is contained in:
+++ 2023-10-21 20:42:26 +02:00
parent f5f2efccae
commit af78204005
8 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,14 @@
[Unit]
Description=Deamon for setting status API
After=systemd-network.service network.target
[Service]
Type=simple
WorkingDirectory=/opt/watchdoor/
ExecStart=/opt/watchdoor/watchdoor.py
SyslogIdentifier=watchdoor
User=statusd
Group=statusd
[Install]
WantedBy=multi-user.target