1
0
Fork 0
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:
Ycarus 2018-02-26 11:02:39 +01:00
parent 9e119bb8f3
commit 9a947b481e

View file

@ -107,6 +107,11 @@ start_service() {
config_foreach start_instance general
}
stop_service() {
killall haproxy-tcp
service_stop haproxy-tcp
}
service_triggers() {
procd_add_reload_trigger haproxy-tcp
}