mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-01-09 18:46:31 +00:00
75f1a2e6f0
This reverts commit a4a42cd203
.
8 lines
106 B
Bash
Executable File
8 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
cd /run/samba/
|
|
exec 2>&1
|
|
exec /usr/sbin/smbd --foreground --log-stdout --debuglevel=3
|