1
0
Fork 0
mirror of https://github.com/kou029w/yama.git synced 2025-01-19 08:28:01 +00:00
yama/apkovl/usr/local/bin/megabit-sync

4 lines
245 B
Text
Raw Normal View History

2021-07-25 13:56:57 +09:00
#!/bin/sh
nodemon --delay 1 --watch /usr/share/megabit/tmp.img --signal SIGTERM --exec 'umount /mnt/tmp; mount /usr/share/megabit/tmp.img /mnt/tmp; rsync -a --delete --exclude=node_modules/ /mnt/tmp/ /tmp/' &
echo $! > /var/run/megabit-sync.pid