Files
docker-xubuntu/scripts/service/sshd/run
Héctor Molinero Fernández 7cf3f7a1f9 Always run sshd
2020-03-01 16:13:40 +01:00

9 lines
95 B
Bash
Executable File

#!/bin/sh
if [ ! -e /run/sshd/ ]; then
mkdir /run/sshd/
fi
exec 2>&1
exec /usr/sbin/sshd -D