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

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