Changes

Jump to navigation Jump to search
29 bytes removed ,  10:51, 7 February 2019
Line 51: Line 51:  
  Restart=always
 
  Restart=always
 
  RestartSec=3
 
  RestartSec=3
  −
watch "ps -ef|grep service"
      
== Gunicorn ==
 
== Gunicorn ==
 
   ExecStart=/virtualenv/path/bin/gunicorn -w3 --timeout 300 --access-logfile /var/log/gunicorn/app-access.log --error-logfile /var/log/gunicorn/app-error.log --bind unix:/sockets/app-socket.sock App.wsgi
 
   ExecStart=/virtualenv/path/bin/gunicorn -w3 --timeout 300 --access-logfile /var/log/gunicorn/app-access.log --error-logfile /var/log/gunicorn/app-error.log --bind unix:/sockets/app-socket.sock App.wsgi

Navigation menu