mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Made some improvements in red script by Arne.
Delay clamd start until the virus db is present. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1030 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -80,8 +80,7 @@ start_service() {
|
||||
done
|
||||
|
||||
if [ -e "/etc/init.d/${1}" ]; then
|
||||
sleep ${DELAY}
|
||||
/etc/init.d/${1} start ${BACKGROUND}
|
||||
(sleep ${DELAY} && /etc/init.d/${1} start) ${BACKGROUND}
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user