mirror of
https://github.com/kou029w/megabit-os.git
synced 2025-01-19 16:28:00 +00:00
4 lines
159 B
Bash
Executable file
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
|