Update service user and group for icewatch service
This commit is contained in:
parent
e35eb6c788
commit
0af3b7eeea
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ Wants=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
User=drone
|
User=icewatch
|
||||||
Group=drone
|
Group=icewatch
|
||||||
WorkingDirectory=/opt/icewatch
|
WorkingDirectory=/opt/icewatch
|
||||||
ExecStart=/usr/bin/node server.js
|
ExecStart=/usr/bin/node server.js
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue