Keith2 / lowendscript-ng

20 stars 10 forks source link

Fixed Error Preventing SSHd Startup At Boot Time #18

Closed adampankow closed 2 years ago

Keith2 commented 9 years ago

Do you have this in /etc/crontab? @reboot root if [ ! -d /run/sshd ]; then mkdir /run/sshd;fi

This should already be fixing this, any idea of why this hasn't worked for you?