From dcdae5e0e62df26d1c0c3f7bb9d4d2a837d0a318 Mon Sep 17 00:00:00 2001 From: richdex14 Date: Thu, 7 Sep 2017 10:32:49 -0600 Subject: [PATCH] Update walnut.service to use the `node` version installed as part of the walnut installation. --- dist/etc/systemd/system/walnut.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/etc/systemd/system/walnut.service b/dist/etc/systemd/system/walnut.service index 5f20e71..517da9c 100644 --- a/dist/etc/systemd/system/walnut.service +++ b/dist/etc/systemd/system/walnut.service @@ -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.