From 56e20003066bcc398871b98a4e9c2573fe6ab7fc Mon Sep 17 00:00:00 2001 From: Norm Date: Tue, 30 May 2023 01:36:56 +0000 Subject: [PATCH] docs: use correct capitalization for directory in example service files This should hopefully cut down on any confusion during the install process. --- docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index ce5452a1d..42640dc7c 100644 --- a/docs/install.md +++ b/docs/install.md @@ -144,7 +144,7 @@ Description=FoundKey daemon Type=simple User=foundkey ExecStart=/usr/bin/npm start -WorkingDirectory=/home/foundkey/foundkey +WorkingDirectory=/home/foundkey/FoundKey Environment="NODE_ENV=production" TimeoutSec=60 StandardOutput=syslog @@ -178,7 +178,7 @@ command_args="start" command_user="foundkey" 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"