Update walnut.service to use the `node` version installed as part of the walnut installation.

This commit is contained in:
richdex14 2017-09-07 10:32:49 -06:00
parent 34621cf288
commit dcdae5e0e6
1 changed files with 1 additions and 1 deletions

View File

@ -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=/usr/local/bin/node /srv/walnut/core/bin/walnut.js --config=/etc/walnut/walnut.yml
ExecStart=/opt/walnut/bin/node /srv/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.