mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 11:31:51 +00:00
Add a sleep in restart of OMR-Tracker init
This commit is contained in:
parent
a65ee46939
commit
971d82b5d6
1 changed files with 7 additions and 0 deletions
|
@ -476,5 +476,12 @@ service_triggers() {
|
|||
|
||||
reload_service() {
|
||||
stop
|
||||
sleep 5
|
||||
start
|
||||
}
|
||||
|
||||
restart_service() {
|
||||
stop
|
||||
sleep 5
|
||||
start
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue