modified systemd-service and readme accordingly
This commit is contained in:
parent
443afc8b5e
commit
0ef17a5b70
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ Description=ninwa (node input watcher)
|
||||||
Type=simple
|
Type=simple
|
||||||
User=ninwa
|
User=ninwa
|
||||||
Group=ninwa
|
Group=ninwa
|
||||||
ExecStart=node /path/to/ninwa/ninwa.js
|
ExecStart=node /opt/ninwa/ninwa.js
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
Loading…
Reference in a new issue