sortix-mirror/share/init/single-user

10 lines
124 B
Plaintext
Raw Normal View History

2018-10-14 22:37:27 +00:00
require base no-await
require local no-await
tty tty0
need tty
cd "$HOME"
exit-code-meaning poweroff-reboot
exec "$SHELL"