summaryrefslogtreecommitdiff
path: root/app-emulation/glean/files
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/glean/files')
-rw-r--r--app-emulation/glean/files/glean.initd15
1 files changed, 0 insertions, 15 deletions
diff --git a/app-emulation/glean/files/glean.initd b/app-emulation/glean/files/glean.initd
deleted file mode 100644
index 16f7805957f2..000000000000
--- a/app-emulation/glean/files/glean.initd
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/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
-}