forked from Krautspace/doorstatus
statusd.service: change options user, group and identifier
This commit is contained in:
parent
6dc2f04037
commit
22cbb6f6e0
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@ After=systemd-network.service network.target
|
||||||
Type=simple
|
Type=simple
|
||||||
WorkingDirectory=/opt/doorstatus/
|
WorkingDirectory=/opt/doorstatus/
|
||||||
ExecStart=/opt/doorstatus/statusd.py
|
ExecStart=/opt/doorstatus/statusd.py
|
||||||
SyslogIdentifier=statusd
|
SyslogIdentifier=doorstatus
|
||||||
User=status
|
User=doorstatus
|
||||||
Group=status
|
Group=doorstatus
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in a new issue