fix path name

This commit is contained in:
AJ ONeal 2017-11-01 23:32:57 -06:00
parent 58a48a2877
commit d4646dba06
1 changed files with 1 additions and 1 deletions

View File

@ -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.