Create /run/samba/

This commit is contained in:
Héctor Molinero Fernández 2024-07-26 23:26:15 +02:00
parent 1a91d57625
commit 3e78cb0215

View File

@ -2,6 +2,10 @@

set -eu

if [ ! -d /run/samba/ ]; then
install -m 755 -o root -g root -d /run/samba/
fi

cd /run/samba/
exec 2>&1
exec /usr/sbin/smbd --foreground --debug-stdout --debuglevel=3