mirror of
https://github.com/eclipse/mosquitto.git
synced 2025-05-08 16:52:13 +08:00
Add --retry 30 to mosquitto.init.
This commit is contained in:
parent
d842321c22
commit
97ac311afd
2
debian/mosquitto.init
vendored
2
debian/mosquitto.init
vendored
@ -55,7 +55,7 @@ case "$1" in
|
||||
exit 0
|
||||
fi
|
||||
log_daemon_msg "Stopping network daemon:" "mosquitto"
|
||||
if start-stop-daemon --stop --quiet --oknodo --pidfile ${PIDFILE}; then
|
||||
if start-stop-daemon --stop --quiet --oknodo --pidfile ${PIDFILE} --retry 30; then
|
||||
log_end_msg 0
|
||||
rm -f ${PIDFILE}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user