#!/usr/bin/execlineb -P
# Stop schroot sessions (runit: sv once schroot-stop; OpenRC stop).

ifelse { test -x /usr/share/schroot/bin/schroot-init } {
	foreground { /usr/share/schroot/bin/schroot-init stop }
}
exit 0
