Export scheduled shutdowns to the web
[mirror/dsa-puppet.git] / modules / apache2 / files / cron-export-scheduled-shutdown
1 PATH=/usr/local/bin:/usr/bin:/bin
2 */2     root    if dsa-is-shutdown-scheduled; then echo 'system-in-shutdown' > /srv/www/default.debian.org/htdocs/shutdown-in-progress ; else rm -f /srv/www/default.debian.org/htdocs/shutdown-in-progress; fi