Added reload_service to snmpd

This commit is contained in:
Vlatko Dimic 2015-09-01 10:49:02 +02:00
parent 22a7cbf575
commit e8df963c94

View file

@ -156,3 +156,8 @@ stop_service() {
[ -f $PID_F ] && rm -f $PID_F
[ -f $RUN_C ] && rm -f $RUN_C
}
reload_service() {
stop
start
}