summary refs log tree commit diff
path: root/services/sshd
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-08-15 07:01:11 +0200
committerJuan RP <xtraeme@gmail.com>2014-08-15 07:01:11 +0200
commita507f6309c61c60b2d73c0e93f83e4c7bad15315 (patch)
treed1cc76607428eddb47661536573bb2877ceeddd3 /services/sshd
parent3673b4b7aa7b75d12a0baa6c446b82a393f94c78 (diff)
downloadrunit-void-a507f6309c61c60b2d73c0e93f83e4c7bad15315.tar.gz
runit-void-a507f6309c61c60b2d73c0e93f83e4c7bad15315.tar.xz
runit-void-a507f6309c61c60b2d73c0e93f83e4c7bad15315.zip
services: fix permissions on some services and stop hardcoding path to bins.
Diffstat (limited to 'services/sshd')
-rwxr-xr-xservices/sshd/run4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/sshd/run b/services/sshd/run
index 2af79da..6bac43d 100755
--- a/services/sshd/run
+++ b/services/sshd/run
@@ -1,3 +1,3 @@
 #!/bin/sh
-/usr/bin/ssh-keygen -A # Will generate host keys if they don't already exist
-exec /usr/sbin/sshd -D
+ssh-keygen -A # Will generate host keys if they don't already exist
+exec sshd -D