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

Change ps ef for ps aux #18

Closed marcoamorales closed 9 years ago

marcoamorales commented 9 years ago

If the service app start command is ran by some other tty or by a script, ps ef won't be able to find the pid. Changing it this way will let us see the pid no matter what.

Most likely fixes #17