1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fix syntax error in init script

Signed-off-by: oyld <oyld0210@163.com>
This commit is contained in:
oyld 2015-12-22 02:27:18 -08:00
parent 312c82677b
commit bbbc01b86e

View file

@ -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