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:
parent
9a947b481e
commit
250ed5a64e
1 changed files with 3 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue