Skip to content

Commit

Permalink
protcur.rc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tgbugs committed May 14, 2020
1 parent 339e286 commit 41a9683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protcur/resources/protcur.rc
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
: ${LOG_LEVEL:=info}
: ${SVCGROUP:=servers}
: ${SVCUSER:=servers}
: ${LOG_LOC:="/var/log/protcur"}
: ${LOG_LOC:="/var/log/${SVCNAME}"}

run_dir=${run_dir:-/run}
LOG="${LOG_LOC}/sysout.log"

socket="unix:/run/protcur/socket"
socket="unix:/run/${SVCNAME}/socket"

pidfile="${run_dir}/${SVCNAME}/pid"
start_stop_daemon_args="
Expand Down

0 comments on commit 41a9683

Please sign in to comment.