summaryrefslogtreecommitdiff
path: root/brltty.service
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 10:52:38 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 10:52:38 +0000
commit33f16e575fdf2e80851a3b017dc9b20eab643b74 (patch)
treebaa35889f78439c315cd08b631c5b80961059662 /brltty.service
parentc0844e2f71d655fa3abc8be435f2ebd83743debf (diff)
automatic import of brlttyopeneuler24.03_LTS
Diffstat (limited to 'brltty.service')
-rw-r--r--brltty.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/brltty.service b/brltty.service
new file mode 100644
index 0000000..259b9ca
--- /dev/null
+++ b/brltty.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Braille display driver for Linux/Unix
+Before=getty.target display-manager.service
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/brltty
+
+[Install]
+WantedBy=default.target emergency.target rescue.target