matthewtran.com/nas/entry.sh
Matthew Tran 36df5d64d3 wip7
2025-05-04 17:57:34 -07:00

7 lines
102 B
Bash

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