Modification : vm_hosted -> etc/sv/*/configure.sh .
[lhc/ateliers.git] / etc / sv / sshd / run
index 477eebe..3846e60 100755 (executable)
@@ -1,4 +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 1777 -o root -g root \
+ /run/shm/cache \
+ /run/shm/tmp
+
 exec /usr/sbin/sshd -D