use opt instead of /srv for walnut bins
This commit is contained in:
parent
2def719455
commit
6ee3b60f84
2
dist/etc/systemd/system/walnut.service
vendored
2
dist/etc/systemd/system/walnut.service
vendored
@ -27,7 +27,7 @@ Group=www-data
|
||||
|
||||
# Set a sane working directory, sane flags, and specify how to reload the config file
|
||||
WorkingDirectory=/srv/www
|
||||
ExecStart=/opt/walnut/bin/node /srv/walnut/core/bin/walnut.js --config=/etc/walnut/walnut.yml
|
||||
ExecStart=/opt/walnut/bin/node /opt/walnut/core/bin/walnut.js --config=/etc/walnut/walnut.yml
|
||||
ExecReload=/bin/kill -USR1 $MAINPID
|
||||
|
||||
# Limit the number of file descriptors and processes; see `man systemd.exec` for more limit settings.
|
||||
|
Loading…
x
Reference in New Issue
Block a user