Fix not starting bug
This commit is contained in:
@@ -108,7 +108,7 @@ clear_iptable()
|
|||||||
}
|
}
|
||||||
|
|
||||||
service_triggers() {
|
service_triggers() {
|
||||||
procd_add_reload_trigger firewall
|
procd_add_reload_trigger firewall
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -292,3 +292,7 @@ stop() {
|
|||||||
service_stop /usr/sbin/smartdns
|
service_stop /usr/sbin/smartdns
|
||||||
}
|
}
|
||||||
|
|
||||||
|
reload(){
|
||||||
|
stop
|
||||||
|
start
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user