You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/glean/files/glean.initd

16 lines
241 B

#!/sbin/openrc-run
# Copyright 1999-2018 Gentoo Foundation
description="Simple program to write static config from config-drive"
depend() {
need root localmount
before net
}
start() {
ebegin "Starting Glean"
/usr/bin/glean.sh
eend
}