I made a slightly incorrect suggestion about the pidfile optimization,
so quickly fix it before anyone notices. :-/
This commit is contained in:
parent
56f7b60ad3
commit
7a97468844
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280361
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ load_rc_config $name
|
|||
: ${hiawatha_enable="NO"}
|
||||
|
||||
command="%%PREFIX%%/sbin/${name}"
|
||||
pidfile=${hiawatha_pidfile="/var/run/hiawatha.pid"}
|
||||
pidfile=${hiawatha_pidfile:-"/var/run/hiawatha.pid"}
|
||||
|
||||
stop_postcmd="${name}_stop_postcmd"
|
||||
|
||||
|
|
Loading…
Reference in a new issue