mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 04:58:47 +00:00
suricata: don't start service in postinst
Apart from hardcoding the wrong networking device it won't survive device restart Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -50,7 +50,6 @@ pkg_postinst_ontarget_${PN} () {
|
||||
if [ -e /etc/init.d/populate-volatile.sh ] ; then
|
||||
${sysconfdir}/init.d/populate-volatile.sh update
|
||||
fi
|
||||
${bindir}/suricata -c ${sysconfdir}/suricata.yaml -i eth0
|
||||
}
|
||||
|
||||
PACKAGES += "${PN}-python"
|
||||
|
||||
Reference in New Issue
Block a user