summaryrefslogtreecommitdiff
path: root/testing/brltty/brltty.service
diff options
context:
space:
mode:
Diffstat (limited to 'testing/brltty/brltty.service')
-rw-r--r--testing/brltty/brltty.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/brltty/brltty.service b/testing/brltty/brltty.service
new file mode 100644
index 000000000..1b9d55e32
--- /dev/null
+++ b/testing/brltty/brltty.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Braille Console Driver
+DefaultDependencies=no
+Before=sysinit.target
+
+[Service]
+ExecStart=/usr/bin/brltty --pid-file=/run/brltty.pid
+Type=forking
+PIDFile=/run/brltty.pid
+
+[Install]
+WantedBy=multi-user.target