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 }