X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=autoconfig.functions;h=a7b9153200fd207ba4403a0542f2f08d35f2feee;hb=b70487a1ad2448d3c68405edaee0e3c8f1f034d8;hp=7ea1f8b2330176563489c7b18fc56fe323c05e79;hpb=7da150b556f417653cb61a19fff11436a90849fa;p=grml-autoconfig.git diff --git a/autoconfig.functions b/autoconfig.functions index 7ea1f8b..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 } # }}} @@ -924,6 +925,7 @@ if checkbootparam 'ssh' ; then fi einfo "Starting secure shell server in background for root and user $localuser" + service_wrapper haveged start >>$DEBUG 2>>$DEBUG service_wrapper rmnologin start >>$DEBUG 2>>$DEBUG service_wrapper ssh start background >>$DEBUG 2>>$DEBUG eend $?