#!/sbin/openrc-run
# Copyright 1999-2016 Gentoo Foundation
# $Id$

description="basic instance setup"

start() {
  /var/tmp/portage/app-emulation/glean-1.24.0/work/glean-1.24.0/glean/init/glean-legacy.sh
  eend 0
}

depend() {
  need root localmount
  before net
}
