From 58cf00ba86374938e16bc251f7afad31b81f42db Mon Sep 17 00:00:00 2001 From: John Denker Date: Tue, 5 Nov 2013 17:01:23 -0700 Subject: add factor of "urandom" to start conditions --- ssh.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh.conf b/ssh.conf index 21a6bc5..9df143d 100644 --- a/ssh.conf +++ b/ssh.conf @@ -4,7 +4,7 @@ description "OpenSSH server" -start on runlevel [2345] +start on (urandom and runlevel [2345]) stop on runlevel [!2345] respawn -- cgit v1.2.3