ralyodio / node-startup

Startup script for Linux-based systems for running node app when rebooting using an /etc/init.d script.
MIT License
781 stars 169 forks source link

Detect is running by asking the proc file system #41

Closed thetrompf closed 7 years ago

thetrompf commented 7 years ago

Utilize the /proc file system to determine if the process is running instead of querying and parsing the output of ps.

Fixes #40