summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-protocols/net-snmp/net-snmp/snmpd.service2
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 10a1eb212..3b336a054 100644
--- a/meta-networking/recipes-protocols/net-snmp/net-snmp/snmpd.service
+++ b/meta-networking/recipes-protocols/net-snmp/net-snmp/snmpd.service
@@ -4,7 +4,7 @@ After=syslog.target network.target
4 4
5[Service] 5[Service]
6Type=notify 6Type=notify
7Environment=OPTIONS="-LS0-6d" 7Environment=OPTIONS="-Ls0-6d"
8EnvironmentFile=-/etc/default/snmpd 8EnvironmentFile=-/etc/default/snmpd
9ExecStart=/usr/sbin/snmpd $OPTIONS -f 9ExecStart=/usr/sbin/snmpd $OPTIONS -f
10ExecReload=/bin/kill -HUP $MAINPID 10ExecReload=/bin/kill -HUP $MAINPID