brltty: start brltty service instead of invoking /lib/brltty/brltty.sh
[grml-autoconfig.git] / autoconfig.functions
index 7ea1f8b..a7b9153 100755 (executable)
@@ -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 $?