#!/sbin/openrc-run # Copyright 1999-2016 Gentoo Foundation # $Id$ description="basic instance setup" start() { %%GLEANSH_PATH%%/glean.sh eend 0 } depend() { need root localmount before net }