From 0187114160df6ca2005f50d57c5bcea1a2bb2588 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 9 May 2017 01:08:36 +0000 Subject: [PATCH] Update goldilocks.service --- etc/systemd/system/goldilocks.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/systemd/system/goldilocks.service b/etc/systemd/system/goldilocks.service index 44676ea..da32141 100644 --- a/etc/systemd/system/goldilocks.service +++ b/etc/systemd/system/goldilocks.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/goldilocks --config /etc/goldilocks/goldilocks.yml +ExecStart=/usr/local/bin/node /usr/local/bin/goldilocks --config /etc/goldilocks/goldilocks.yml ExecReload=/bin/kill -USR1 $MAINPID # Limit the number of file descriptors and processes; see `man systemd.exec` for more limit settings.