summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2018-08-01 10:09:18 +0200
committerArmin Kuster <akuster808@gmail.com>2018-08-04 07:50:07 -0700
commit3277886451b466dd6e613009c3a4d534123ff14e (patch)
tree3409c75f89740cc36d875b81fac787bb32d7cfbc
parent7c6532e1c069838396ae671f0f1a5e4dd1bed0ce (diff)
downloadmeta-security-3277886451b466dd6e613009c3a4d534123ff14e.tar.gz
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>
-rw-r--r--recipes-security/suricata/suricata_4.0.0.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-security/suricata/suricata_4.0.0.bb b/recipes-security/suricata/suricata_4.0.0.bb
index e163486..3f88920 100644
--- a/recipes-security/suricata/suricata_4.0.0.bb
+++ b/recipes-security/suricata/suricata_4.0.0.bb
@@ -50,7 +50,6 @@ pkg_postinst_ontarget_${PN} () {
50if [ -e /etc/init.d/populate-volatile.sh ] ; then 50if [ -e /etc/init.d/populate-volatile.sh ] ; then
51 ${sysconfdir}/init.d/populate-volatile.sh update 51 ${sysconfdir}/init.d/populate-volatile.sh update
52fi 52fi
53 ${bindir}/suricata -c ${sysconfdir}/suricata.yaml -i eth0
54} 53}
55 54
56PACKAGES += "${PN}-python" 55PACKAGES += "${PN}-python"