matthewtran.com/nas/entry.sh
2025-05-05 00:51:40 -07:00

7 lines
102 B
Bash

#!/bin/sh
smbd -s smb.conf
trap 'echo "stopping smbd..."' SIGTERM SIGINT
tail -f /dev/null &
wait $!