collection.dockerfile/centos7/filegw/run.sh
2022-06-16 21:12:30 +08:00

7 lines
87 B
Bash
Executable File

#!/bin/bash
/usr/sbin/smbd -FS --no-process-group &
/usr/sbin/nmbd -F &
wait
exit $?