X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=a7b9153200fd207ba4403a0542f2f08d35f2feee;hp=cea100a0922fbeab4b0d1d84ac844c018b3a8b7f;hb=b70487a1ad2448d3c68405edaee0e3c8f1f034d8;hpb=c779fd0653515abaf09d2ee73a1db6fa88218832 diff --git a/autoconfig.functions b/autoconfig.functions index cea100a..a7b9153 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -757,7 +757,8 @@ fi # {{{ Start brltty config_brltty() { if checkbootparam 'brltty' ; then - [ -x /lib/brltty/brltty.sh ] && /lib/brltty/brltty.sh + einfo "Starting brltty service as requested on boot commandline." + service_wrapper brltty start ; eend $? fi } # }}}