Remove local-scheduled-shutdown check
authorPeter Palfrader <peter@palfrader.org>
Wed, 9 Oct 2019 08:53:52 +0000 (10:53 +0200)
committerPeter Palfrader <peter@palfrader.org>
Wed, 9 Oct 2019 08:54:19 +0000 (10:54 +0200)
We had a cronjob that would run dsa-is-shutdown-scheduled every two
minutes and touch a file in /run that was then exposed via apache
as /shutdown-in-progress.  However, nothing appears to use this.
In particular, the fastly health checker uses /_health which is
backed by a service specific health service.


No differences found