fix path name

This commit is contained in:
AJ ONeal 2017-11-01 23:32:57 -06:00
父節點 58a48a2877
當前提交 d4646dba06
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

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