summaryrefslogtreecommitdiff
path: root/nonsystemd/brltty-openrc/brltty.initd
diff options
context:
space:
mode:
Diffstat (limited to 'nonsystemd/brltty-openrc/brltty.initd')
-rw-r--r--nonsystemd/brltty-openrc/brltty.initd12
1 files changed, 12 insertions, 0 deletions
diff --git a/nonsystemd/brltty-openrc/brltty.initd b/nonsystemd/brltty-openrc/brltty.initd
new file mode 100644
index 000000000..03bc93011
--- /dev/null
+++ b/nonsystemd/brltty-openrc/brltty.initd
@@ -0,0 +1,12 @@
+#!/usr/bin/openrc-run
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+command=/usr/bin/brltty
+pidfile=/run/brltty.pid
+command_args="-P ${pidfile} -q"
+
+depend() {
+ before *
+ after clock
+}