@@ -0,0 +1,11 @@
+[Unit]
+Description=Supervisor daemon
+[Service]
+Type=forking
+ExecStart=/bin/supervisord -c /etc/supervisord.conf
+ExecStop=/bin/supervisorctl shutdown
+ExecReload=/bin/supervisorctl reload
+KillMode=process
+Restart=on-failure
+RestartSec=42s
+[Install]