mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-01-10 11:06:12 +00:00
8 lines
106 B
Plaintext
8 lines
106 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -eu
|
||
|
|
||
|
cd /run/samba/
|
||
|
exec 2>&1
|
||
|
exec /usr/sbin/smbd --foreground --log-stdout --debuglevel=3
|