summaryrefslogtreecommitdiff
path: root/x11-misc/bumblebee/files/bumblebee.initd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-04-23 19:26:47 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-04-23 19:26:47 +0100
commit55c95758dd00a2c2654d2a00a2cdf2c601e1543b (patch)
treea54145d2e82f76369089c756c5904bbe292a6885 /x11-misc/bumblebee/files/bumblebee.initd
parent054841bf1e8b859722f3674c9b609a1f01fd8a46 (diff)
openrc : start bumblebee before DM
Diffstat (limited to 'x11-misc/bumblebee/files/bumblebee.initd')
-rw-r--r--x11-misc/bumblebee/files/bumblebee.initd3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/bumblebee/files/bumblebee.initd b/x11-misc/bumblebee/files/bumblebee.initd
index 219f7101..0d639842 100644
--- a/x11-misc/bumblebee/files/bumblebee.initd
+++ b/x11-misc/bumblebee/files/bumblebee.initd
@@ -3,7 +3,8 @@
# Distributed under the terms of the GNU General Public License v2
depend() {
- need xdm vgl
+ need bbswitch-setup
+ before xdm
}
PIDFILE="${PIDFILE:-/var/run/bumblebee.pid}"