Changed to exec clamd
This commit is contained in:
parent
a5c9084f93
commit
cd64b4ac3c
2
init
2
init
@ -18,7 +18,7 @@ if [ "$1" == "start" ]; then
|
|||||||
# Update Daemon
|
# Update Daemon
|
||||||
/usr/bin/freshclam -dc 6
|
/usr/bin/freshclam -dc 6
|
||||||
|
|
||||||
[ -x /usr/sbin/clamd ] && /usr/sbin/clamd &
|
[ -x /usr/sbin/clamd ] && exec /usr/sbin/clamd &
|
||||||
|
|
||||||
wait
|
wait
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user