summaryrefslogtreecommitdiff
blob: 16f7805957f2b7a991845c97335d3b04e1527ecc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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
}