Correction : vm_hosted : etc/init.d/tmpfs -> etc/sv/*/run .
[lhc/ateliers.git] / etc / sv / sshd / run
1 #!/bin/sh -eux
2 exec 2>&1
3 sv=${PWD#/etc/sv/}
4 install -d -m 755 -o root -g root /run/sshd
5 install -d -m 1777 -o root -g root \
6 /run/shm/cache \
7 /run/shm/tmp
8 exec /usr/sbin/sshd -D