diff options
Diffstat (limited to 'extra/net-snmp/snmpd.service')
-rw-r--r-- | extra/net-snmp/snmpd.service | 2 |
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] |