summary refs log tree commit diff
path: root/services/sshd/run
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-05-04 12:37:44 +0200
committerJuan RP <xtraeme@gmail.com>2014-05-04 12:37:44 +0200
commit10b109b274862aeb90a8e280379809f04f4da77d (patch)
tree2eafb89cc83324b303cc4858142ac90fc9f82457 /services/sshd/run
parent2120460db53ce06b539d8890c7b7418ff133b7c6 (diff)
downloadrunit-void-10b109b274862aeb90a8e280379809f04f4da77d.tar.gz
runit-void-10b109b274862aeb90a8e280379809f04f4da77d.tar.xz
runit-void-10b109b274862aeb90a8e280379809f04f4da77d.zip
services: stop printing messages, not really useful.
Diffstat (limited to 'services/sshd/run')
-rwxr-xr-xservices/sshd/run2
1 files changed, 0 insertions, 2 deletions
diff --git a/services/sshd/run b/services/sshd/run
index 06f36ea..2af79da 100755
--- a/services/sshd/run
+++ b/services/sshd/run
@@ -1,5 +1,3 @@
 #!/bin/sh
-
-echo "Starting sshd..."
 /usr/bin/ssh-keygen -A # Will generate host keys if they don't already exist
 exec /usr/sbin/sshd -D