about summary refs log tree commit diff
path: root/services
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-08-15 12:39:21 +0200
committerJuan RP <xtraeme@gmail.com>2014-08-15 12:39:21 +0200
commit1f1eddd94d618f0e8cb109238aba8a891305b1ac (patch)
tree90cfe7f7763cdf88e4cd90160a7a6eb417383c55 /services
parentd308b85fffd307ac5e3b8b5bee909e7dfcee9ce0 (diff)
downloadrunit-void-1f1eddd94d618f0e8cb109238aba8a891305b1ac.tar.gz
runit-void-1f1eddd94d618f0e8cb109238aba8a891305b1ac.tar.xz
runit-void-1f1eddd94d618f0e8cb109238aba8a891305b1ac.zip
services: sshd must be re-executed with absolute path (found by Gottox).
Diffstat (limited to 'services')
-rwxr-xr-xservices/sshd/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/sshd/run b/services/sshd/run
index 6bac43d..7dcbb62 100755
--- a/services/sshd/run
+++ b/services/sshd/run
@@ -1,3 +1,3 @@
 #!/bin/sh
 ssh-keygen -A # Will generate host keys if they don't already exist
-exec sshd -D
+exec /usr/sbin/sshd -D