mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +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() {
|
stop_service() {
|
||||||
killall haproxy-tcp
|
killall $PROG_NAME
|
||||||
service_stop haproxy-tcp
|
service_stop $PROG_NAME
|
||||||
|
rm -rf /var/etc/$PROG_NAME.cfg
|
||||||
}
|
}
|
||||||
|
|
||||||
service_triggers() {
|
service_triggers() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue