diff options
author | Li Xin <lixin.fnst@cn.fujitsu.com> | 2015-10-26 12:07:42 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-11-30 12:50:24 -0500 |
commit | ef4b0c6c5df984b96d7cb41eaff07971abce1a83 (patch) | |
tree | dd75cdb2ecb3e86cefc9fa5cb2ba8b160249b992 /meta-networking/recipes-protocols/net-snmp | |
parent | 4bc9b5638dc2fe25b882f5ed4ef18b928b11ef05 (diff) | |
download | meta-openembedded-ef4b0c6c5df984b96d7cb41eaff07971abce1a83.tar.gz |
net-snmp: Modify snmpd.service
Add "-a" parameter in snmpd.service,it is needed to address logs.
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-protocols/net-snmp')
-rw-r--r-- | meta-networking/recipes-protocols/net-snmp/net-snmp/snmpd.service | 2 |
1 files changed, 1 insertions, 1 deletions
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 3b336a054..447683f85 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 | |||
6 | Type=notify | 6 | Type=notify |
7 | Environment=OPTIONS="-Ls0-6d" | 7 | Environment=OPTIONS="-Ls0-6d" |
8 | EnvironmentFile=-/etc/default/snmpd | 8 | EnvironmentFile=-/etc/default/snmpd |
9 | ExecStart=/usr/sbin/snmpd $OPTIONS -f | 9 | ExecStart=/usr/sbin/snmpd $OPTIONS -a -f |
10 | ExecReload=/bin/kill -HUP $MAINPID | 10 | ExecReload=/bin/kill -HUP $MAINPID |
11 | 11 | ||
12 | [Install] | 12 | [Install] |