Tagged Questions

0
votes
2answers
65 views

php code that checks and run process

there is a process that always terminate abrutply, and is there anyway to monitor it? i dont want to end up manually typing "service named start" or service anyprocess start". i need a php script that ...