[BRLTTY] fedora systemd brltty.service

Barry Scott barry at barrys-emacs.org
Mon Nov 20 14:51:48 EST 2017


I think that fedora's brltty.service could be improved.

Here is what they ship:

[Unit]
Description=Braille display driver for Linux/Unix

[Service]
Type=forking
ExecStart=/usr/bin/brltty

[Install]
WantedBy=multi-user.target

As brttty already has the:

	sd_notify(1, "READY=1")

That the service should be:

[Unit]
Description=Braille display driver for Linux/Unix

[Service]
Type=notify
ExecStart=/usr/bin/brltty --no-daemon

[Install]
WantedBy=multi-user.target

If you agree I'll ask fedora to fix this.

Barry



More information about the BRLTTY mailing list