summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-accessibility/brltty/files/brltty.initd')
-rw-r--r--app-accessibility/brltty/files/brltty.initd11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-accessibility/brltty/files/brltty.initd b/app-accessibility/brltty/files/brltty.initd
new file mode 100644
index 000000000000..1d93e1e533c6
--- /dev/null
+++ b/app-accessibility/brltty/files/brltty.initd
@@ -0,0 +1,11 @@
+#!/sbin/openrc-run
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+command=/bin/brltty
+pidfile=/var/run/brltty.pid
+command_args="-P ${pidfile} -q"
+
+depend() {
+ after dbus localmount
+}