1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Set restart and reload as stop/stop on proxy scripts

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-01-17 18:25:16 +01:00
parent 6da3a4768a
commit 17c84979e2
5 changed files with 46 additions and 0 deletions

View file

@ -922,6 +922,11 @@ reload_service() {
stop
start
}
restart_service() {
RELOAD=1
stop
start
}
reload_rules() {
#[ "$( ipset -n list | grep omr_ )" = "" ] && return 0