spacepaste

  1.  
  2. $ systemctl start emperor.uwsgi
  3. -----------Replace with
  4. $ service emperor.uwsgi start
  5. --------I'm trying to star this script (at /etc/init/uwsgi.conf):
  6. # simple uWSGI script
  7. description "uwsgi tiny instance"
  8. start on runlevel [2345]
  9. stop on runlevel [06]
  10. respawn
  11. exec uwsgi --ini /etc/uwsgi/emperor.ini
  12.