summaryrefslogtreecommitdiff
path: root/extra/net-snmp/snmpd.service
diff options
context:
space:
mode:
Diffstat (limited to 'extra/net-snmp/snmpd.service')
-rw-r--r--extra/net-snmp/snmpd.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/net-snmp/snmpd.service b/extra/net-snmp/snmpd.service
index 3e5dbc534..e9f713cab 100644
--- a/extra/net-snmp/snmpd.service
+++ b/extra/net-snmp/snmpd.service
@@ -5,7 +5,7 @@ After=syslog.target network.target
[Service]
Type=forking
PIDFile=/run/snmpd.pid
-ExecStart=/usr/sbin/snmpd -p /run/snmpd.pid
+ExecStart=/usr/bin/snmpd -p /run/snmpd.pid
ExecReload=/bin/kill -HUP $MAINPID
[Install]