Ensure haveged is running before ssh service is invoked
[grml-autoconfig.git] / autoconfig.functions
index 7ea1f8b..cea100a 100755 (executable)
@@ -924,6 +924,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 $?