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

_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: [email protected]
For general information, go to: http://brltty.com/mailman/listinfo/brltty

Reply via email to