projects
/
weathermon.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
DB "canary" added - with fail/restart when connection dropped
[weathermon.git]
/
init.d
/
weather-display
diff --git
a/init.d/weather-display
b/init.d/weather-display
index ed9c44f0057fcf86fdf49f2ee8849605bf3b6752..bf3fbef693d2132ddef87ed47a47af5decac2114 100755
(executable)
--- a/
init.d/weather-display
+++ b/
init.d/weather-display
@@
-17,7
+17,7
@@
start_service() {
procd_open_instance
procd_set_param command "$PROG"
procd_set_param nice "$NICEPRIO"
procd_open_instance
procd_set_param command "$PROG"
procd_set_param nice "$NICEPRIO"
- procd_set_param respawn
${respawn_threshold:-600} ${respawn_timeout:-5} ${respawn_retry:-5}
+ procd_set_param respawn
procd_close_instance
}
procd_close_instance
}