about summary refs log tree commit diff
path: root/services/sshd/run
diff options
context:
space:
mode:
Diffstat (limited to 'services/sshd/run')
-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