This commit is contained in:
parent
fbc89a8a77
commit
cefc5fa508
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@
|
|||
|
||||
maintenance =
|
||||
let
|
||||
script = pkgs.writeScript "maintenance" ''
|
||||
script = pkgs.writeShellScript "maintenance" ''
|
||||
CURL_OPTIONS="--fail --silent --show-error --max-time 10 --retry 5 --output /dev/null"
|
||||
${pkgs.curl}/bin/curl $CURL_OPTIONS http://webserver.healthchecks.svc/ping/$MAINTENANCE_CHECK_UUID/start
|
||||
${self.packages.${system}.healthchecks}/app/manage.py prunenotifications
|
||||
|
|
Loading…
Reference in a new issue