Move server sources to separate directory

This commit is contained in:
Philipp Matthias Schaefer 2020-11-18 21:59:23 +01:00
parent e5109815e7
commit ec3a5daf2b
9 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