#!/sbin/openrc-run depend() { need localmount after logger } start() { echo "Starting installation..." sleep 1 /bin/eis-install [ -f /reboot ] && reboot } stop() { echo "" exit 0 }