mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix haproxy-tcp init script
This commit is contained in:
parent
9e119bb8f3
commit
9a947b481e
1 changed files with 5 additions and 0 deletions
|
@ -107,6 +107,11 @@ start_service() {
|
||||||
config_foreach start_instance general
|
config_foreach start_instance general
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stop_service() {
|
||||||
|
killall haproxy-tcp
|
||||||
|
service_stop haproxy-tcp
|
||||||
|
}
|
||||||
|
|
||||||
service_triggers() {
|
service_triggers() {
|
||||||
procd_add_reload_trigger haproxy-tcp
|
procd_add_reload_trigger haproxy-tcp
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue