diff --git a/brltty.service b/brltty.service new file mode 100644 index 0000000..3776b71 --- /dev/null +++ b/brltty.service @@ -0,0 +1,9 @@ +[Unit] +Description=Braille display driver for Linux/Unix + +[Service] +Type=forking +ExecStart=/usr/bin/brltty + +[Install] +WantedBy=multi-user.target \ No newline at end of file