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

4 lines
159 B
Bash
Executable file

#!/bin/sh
export NODE_PATH=$(npm root -g)
nodemon --delay 1 --watch /tmp --signal SIGTERM --exec 'node /tmp/index.js || true' &
echo $! > /var/run/megabit.pid