aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/service/system/goetia-shutdown/stage4
blob: d8e8bcc894c62a7884c1c4a348c2e278b4e775e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!@shebangdir@/execlineb -P

# ISC license.

if -n {
	s6-envdir -I @tmpfsdir@/@sysrundir@/shutdown-directive
	importas -SD "-r" DIRECTIVE

	foreground { umount -A }
	foreground { mount -ur / }

	shutdown -o ${DIRECTIVE} now
}
chmod a-x stage3b stage4