Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 555 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 555 Bytes

god

God is a process manager that to check whether normal operation process

How to use?

  • Edit the configuration
vi god.conf
  • Running god daemon as background
nohup python god.py -c god.conf > /dev/null 2>&1 &
  • You can run the multiprocess
nohup python god.py -c god-apache.conf > /dev/null 2>&1 &
nohup python god.py -c god-nginx.conf > /dev/null 2>&1 &
  • Add God to rc.local
echo 'nohup python god.py -c god-apache.conf > /dev/null 2>&1 &' >> /etc/rc.local

Author

jiasir(Taio Jia) [email protected]