aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/service/system/goetia-shutdown/stage4
blob: 1d25d682253d0ecb0ad383b3d32e060e4dec9bff (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 -o remount,ro / }

	powertool ${DIRECTIVE}
}
chmod a-x stage3b stage4