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:
Koen Kooi
2018-08-01 10:09:18 +02:00
committed by Armin Kuster
parent 7c6532e1c0
commit 3277886451
@@ -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"