mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue