If we're booting there is no need to waste time determining if the service
is running or not. PR: conf/150752 Submitted by: YIN Xiaofeng <75394094@qq.com>
This commit is contained in:
parent
84d5bd0560
commit
72fc1aafe2
@ -641,7 +641,7 @@ run_rc_command()
|
||||
fi
|
||||
fi
|
||||
|
||||
eval $_pidcmd # determine the pid if necessary
|
||||
[ -z "$autoboot" ] && eval $_pidcmd # determine the pid if necessary
|
||||
|
||||
for _elem in $_keywords; do
|
||||
if [ "$_elem" != "$rc_arg" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user