forked from Krautspace/doorstatus
systemd-unit für watchdoor hinzugfügt
This commit is contained in:
parent
367b1a10db
commit
38ca7e5926
1 changed files with 14 additions and 0 deletions
14
watchdoor.service
Normal file
14
watchdoor.service
Normal 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
|
Loading…
Reference in a new issue