outboard secrets: loop in service
if we just quit and expect s6 to restart us, the finish script wipes our outputs and anything with an inotify watch gets confused
This commit is contained in:
parent
310ac30f24
commit
d2d3af2587
@ -7,13 +7,13 @@ let
|
||||
in longrun {
|
||||
inherit name;
|
||||
buildInputs = [ http-fstree ];
|
||||
# this script runs once and expects the service superviser
|
||||
# to restart it
|
||||
run = ''
|
||||
. ${serviceFns}
|
||||
( in_outputs ${name}
|
||||
${http-fstree}/bin/http-fstree ${url} .
|
||||
sleep ${builtins.toString (interval * 60)}
|
||||
while : ; do
|
||||
${http-fstree}/bin/http-fstree ${url} .
|
||||
sleep ${builtins.toString (interval * 60)}
|
||||
done
|
||||
)
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user