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
|
||||
WorkingDirectory=/opt/doorstatus/
|
||||
ExecStart=/opt/doorstatus/statusd.py
|
||||
SyslogIdentifier=statusd
|
||||
User=status
|
||||
Group=status
|
||||
SyslogIdentifier=doorstatus
|
||||
User=doorstatus
|
||||
Group=doorstatus
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in a new issue