#!/usr/bin/execlineb -P
# Simplified halt: poweroff with network/disk down. Override via
# /etc/default/halt is not parsed here (was SysV shell); use
# s6-linux-init poweroff path in practice.
foreground { echo Will now halt }
foreground {
  backtick -in _ {
    /sbin/halt -d -f -i -p -h
  }
}
exit 0
