forked from FoundKeyGang/FoundKey
docs: use correct capitalization for directory in example service files
This should hopefully cut down on any confusion during the install process.
This commit is contained in:
parent
704651e057
commit
56e2000306
1 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ Description=FoundKey daemon
|
||||||
Type=simple
|
Type=simple
|
||||||
User=foundkey
|
User=foundkey
|
||||||
ExecStart=/usr/bin/npm start
|
ExecStart=/usr/bin/npm start
|
||||||
WorkingDirectory=/home/foundkey/foundkey
|
WorkingDirectory=/home/foundkey/FoundKey
|
||||||
Environment="NODE_ENV=production"
|
Environment="NODE_ENV=production"
|
||||||
TimeoutSec=60
|
TimeoutSec=60
|
||||||
StandardOutput=syslog
|
StandardOutput=syslog
|
||||||
|
@ -178,7 +178,7 @@ command_args="start"
|
||||||
command_user="foundkey"
|
command_user="foundkey"
|
||||||
|
|
||||||
supervisor="supervise-daemon"
|
supervisor="supervise-daemon"
|
||||||
supervise_daemon_args=" -d /home/foundkey/foundkey -e NODE_ENV=\"production\""
|
supervise_daemon_args=" -d /home/foundkey/FoundKey -e NODE_ENV=\"production\""
|
||||||
|
|
||||||
pidfile="/run/${RC_SVCNAME}.pid"
|
pidfile="/run/${RC_SVCNAME}.pid"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue