mirror of
https://github.com/kou029w/yama.git
synced 2025-01-19 00:18:06 +00:00
4 lines
245 B
Text
4 lines
245 B
Text
|
#!/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
|