Added Samba, BusyBox and a bind shell service

This commit is contained in:
Héctor Molinero Fernández
2021-11-07 22:02:39 +01:00
parent 29e5bec8ba
commit 92dd9a8e7e
8 changed files with 110 additions and 6 deletions

7
scripts/service/smbd/run Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
set -eu
cd /run/samba/
exec 2>&1
exec /usr/sbin/smbd --foreground --log-stdout --debuglevel=3