From 8c0894fda8327ef7bfc62ce7b54c8610a9476e08 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: May 13 2013 14:47:31 +0000 Subject: Add unit file. --- 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