use home folder

This commit is contained in:
AJ ONeal 2017-11-07 15:02:49 -07:00
parent 6ae1e463c9
commit a2d81e4302
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Group=MY_GROUP
Environment=GOLDILOCKS_PATH=/srv/www NODE_PATH=/opt/goldilocks/lib/node_modules NPM_CONFIG_PREFIX=/opt/goldilocks
# Set a sane working directory, sane flags, and specify how to reload the config file
WorkingDirectory=/srv/www
WorkingDirectory=/opt/goldilocks
ExecStart=/opt/goldilocks/bin/node /opt/goldilocks/bin/goldilocks --config /etc/goldilocks/goldilocks.yml
ExecReload=/bin/kill -USR1 $MAINPID