From 8c0894fda8327ef7bfc62ce7b54c8610a9476e08 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Mon, 13 May 2013 09:47:31 -0500 Subject: [PATCH] Add unit file. --- brltty.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 brltty.service 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