glean/glean/init/glean.openrc

16 lines
202 B
Plaintext

#!/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
}