mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
qosmngr: qosmngr not restarted
This commit is contained in:
parent
818bf818a3
commit
7ac322b707
1 changed files with 1 additions and 10 deletions
|
|
@ -23,11 +23,6 @@ start_service() {
|
|||
fi
|
||||
}
|
||||
|
||||
stop() {
|
||||
#stop_service() is called after procd killed the service
|
||||
echo ;
|
||||
}
|
||||
|
||||
boot() {
|
||||
setup_qos
|
||||
start
|
||||
|
|
@ -37,12 +32,8 @@ service_triggers() {
|
|||
procd_add_reload_trigger qos
|
||||
}
|
||||
|
||||
reload_service() {
|
||||
# Call functions to configure QoS
|
||||
start
|
||||
}
|
||||
|
||||
restart() {
|
||||
stop
|
||||
setup_qos
|
||||
start
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue