brltty/brltty.service
Jaroslav Škarvada fd3f81839f Systemd service is now installed to default and emergency targets,
because assistive technology should be available there
2018-05-24 11:13:49 +02:00

10 lines
159 B
Desktop File

[Unit]
Description=Braille display driver for Linux/Unix
[Service]
Type=forking
ExecStart=/usr/bin/brltty
[Install]
WantedBy=default.target emergency.target