I was looking if it was possible to monitor gamecreate's process (if it goes down restart it...) but he doesn't make the .pid file, so monitoring is not possible
Could you change code to create the .pid file?
Quote:
ps -aux | grep -i 'something'
2nd column shows PID. Generally /var/run/something stores the PID. If it is your own custom-made program, consider writing sys v init script; so that you can integrate your program with monit.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum