Merge pull request #18821 from oyld/script_fix
Fix syntax error in init script Upstream-commit: eafecff25894cdf030f7c1994b384afce183881e Component: engine
This commit is contained in:
@ -56,7 +56,7 @@ start() {
|
||||
prestart
|
||||
printf "Starting $prog:\t"
|
||||
echo "\n$(date)\n" >> $logfile
|
||||
"$unshare" -m -- $exec daemon $other_args &>> $logfile &
|
||||
"$unshare" -m -- $exec daemon $other_args >> $logfile 2>&1 &
|
||||
pid=$!
|
||||
touch $lockfile
|
||||
# wait up to 10 seconds for the pidfile to exist. see
|
||||
|
||||
Reference in New Issue
Block a user