Trên thực tế, tôi đã tìm thấy một hoạt động ở đây http://gist.github.com/176149 . Để cài đặt nó:
sudo curl https://gist.github.com/howthebodyworks/176149/raw/88d0d68c4af22a7474ad1d011659ea2d27e35b8d/supervisord.sh > /etc/init.d/supervisord
để chạy nó
sudo chmod +x /etc/init.d/supervisord
và để tự động lên lịch, hãy làm
sudo update-rc.d supervisord defaults
Đảm bảo pid chính xác trong /etc/supervisord.conf được ánh xạ trong /etc/init.d/supervisord
example: pidfile=/var/run/supervisord.pid
Dừng lại và bắt đầu làm việc đúng cách
service supervisord stop
service supervisord start