1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 10:31:51 +00:00

Fix haproxy-tcp init script again

This commit is contained in:
Ycarus 2018-02-26 12:16:06 +01:00
parent 9a947b481e
commit 250ed5a64e

View file

@ -108,8 +108,9 @@ start_service() {
}
stop_service() {
killall haproxy-tcp
service_stop haproxy-tcp
killall $PROG_NAME
service_stop $PROG_NAME
rm -rf /var/etc/$PROG_NAME.cfg
}
service_triggers() {