summaryrefslogtreecommitdiff
path: root/app-accessibility/brltty/files/brltty.rc
diff options
context:
space:
mode:
Diffstat (limited to 'app-accessibility/brltty/files/brltty.rc')
-rw-r--r--app-accessibility/brltty/files/brltty.rc12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-accessibility/brltty/files/brltty.rc b/app-accessibility/brltty/files/brltty.rc
new file mode 100644
index 000000000000..0bc6c6c5375b
--- /dev/null
+++ b/app-accessibility/brltty/files/brltty.rc
@@ -0,0 +1,12 @@
+#!/sbin/openrc-run
+# Copyright 1999-2013 Gentoo Foundation
+# 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() {
+ before *
+ after clock
+}