Modification : vm_hosted -> etc/sv/*/configure.sh .
[lhc/ateliers.git] / etc / sv / sshd / run
index 6a287a0..3846e60 100755 (executable)
@@ -1,8 +1,11 @@
 #!/bin/sh -eux
 exec 2>&1
 sv=${PWD#/etc/sv/}
-install -d -m 755 -o root -g root /run/sshd
+
+install -d -m 755 -o root -g root \
+ /run/sshd
 install -d -m 1777 -o root -g root \
  /run/shm/cache \
  /run/shm/tmp
+
 exec /usr/sbin/sshd -D