mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 04:18:46 +00:00
4 lines
40 B
Bash
Executable File
4 lines
40 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
exec /usr/sbin/sshd -D
|