migrate to coreos

This commit is contained in:
Matthew Tran
2025-04-19 02:24:10 -07:00
parent 12039fb862
commit 8bd3def755
42 changed files with 752 additions and 579 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#!/bin/sh
smbd -s smb.conf -l=/home/me/samba/log
trap 'echo "stopping smbd..."' TERM
smbd -s smb.conf
trap 'echo "stopping smbd..."' SIGTERM SIGINT
tail -f /dev/null &
wait $!