summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking')
-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 3b336a0548..447683f856 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
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 -a -f
10ExecReload=/bin/kill -HUP $MAINPID 10ExecReload=/bin/kill -HUP $MAINPID
11 11
12[Install] 12[Install]