1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2024-09-10 18:08:56 +02:00
parent a65ee46939
commit 971d82b5d6

View file

@ -476,5 +476,12 @@ service_triggers() {
reload_service() {
stop
sleep 5
start
}
restart_service() {
stop
sleep 5
start
}