matthewtran.com/nas/entry.sh
2025-02-21 02:07:46 -08:00

7 lines
114 B
Bash

#!/bin/sh
smbd -s smb.conf -l=/home/me/samba/log
trap 'echo "stopping smbd..."' TERM
tail -f /dev/null &
wait $!