mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-13 14:34:33 +00:00
Don't start by default on debian.
This makes the behavior consistent on debian and redhat.
This commit is contained in:
parent
a787dc84d5
commit
58d730c62a
@ -7,10 +7,3 @@ if [ -x "/etc/init.d/$NAME" ]; then
|
|||||||
update-rc.d $NAME defaults >/dev/null
|
update-rc.d $NAME defaults >/dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -x "/etc/init.d/$NAME" ]; then
|
|
||||||
if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
|
|
||||||
invoke-rc.d $NAME start || exit $?
|
|
||||||
else
|
|
||||||
/etc/init.d/$NAME start || exit $?
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
Loading…
Reference in New Issue
Block a user