From d4646dba061e4ea1e901b97a8110c64e92094378 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 1 Nov 2017 23:32:57 -0600 Subject: [PATCH] fix path name --- dist/etc/systemd/system/digd.js.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/etc/systemd/system/digd.js.service b/dist/etc/systemd/system/digd.js.service index b734ac0..e162836 100644 --- a/dist/etc/systemd/system/digd.js.service +++ b/dist/etc/systemd/system/digd.js.service @@ -19,7 +19,7 @@ Group=digd WorkingDirectory=/opt/digd.js # TODO use --config instead of commandline params -ExecStart=/opt/digd.js/bin/node /opt/digd/bin/digd.js --port 53 --input /srv/digd.js/db.json +norecurse +ExecStart=/opt/digd.js/bin/node /opt/digd.js/bin/digd.js --port 53 --input /srv/digd.js/db.json +norecurse ExecReload=/bin/kill -USR1 $MAINPID # Limit the number of file descriptors and processes; see `man systemd.exec` for more limit settings.