summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2013-11-05 17:01:23 -0700
committerJohn Denker <jsd@av8n.com>2013-11-05 17:04:19 -0700
commit58cf00ba86374938e16bc251f7afad31b81f42db (patch)
tree2a800a41f395c2f81e1c5b12ed5da3efe4dcbd62
parent686444948276dbd6565e0bb8cec5b3d998a1621d (diff)
add factor of "urandom" to start conditionsHEADmaster
-rw-r--r--ssh.conf2
1 files changed, 1 insertions, 1 deletions
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