1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

kill all autorate on stop

This commit is contained in:
Ycarus (Yannick Chabanois) 2023-06-09 20:00:01 +02:00
parent 5f8f4ee4fd
commit e7699c70a7

View file

@ -53,6 +53,7 @@ start_service() {
stop_service() {
rm -f /usr/share/sqm-autorate/cake-autorate_config.*.sh
pkill -9 cake-autorate
}
reload_service() {