From: Li Xin <[email protected]> Add "-a" parameter in snmpd.service,it is needed to address logs.
Signed-off-by: Li Xin <[email protected]> Signed-off-by: Martin Jansa <[email protected]> Signed-off-by: Joe MacDonald <[email protected]> Signed-off-by: Armin Kuster <[email protected]> --- meta-networking/recipes-protocols/net-snmp/net-snmp/snmpd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp/snmpd.service b/meta-networking/recipes-protocols/net-snmp/net-snmp/snmpd.service index 3b336a0..447683f 100644 --- a/meta-networking/recipes-protocols/net-snmp/net-snmp/snmpd.service +++ b/meta-networking/recipes-protocols/net-snmp/net-snmp/snmpd.service @@ -6,7 +6,7 @@ After=syslog.target network.target Type=notify Environment=OPTIONS="-Ls0-6d" EnvironmentFile=-/etc/default/snmpd -ExecStart=/usr/sbin/snmpd $OPTIONS -f +ExecStart=/usr/sbin/snmpd $OPTIONS -a -f ExecReload=/bin/kill -HUP $MAINPID [Install] -- 1.9.1 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
