Sha256: 950a6f59fd9886e8e919929d3294c11bc6e5a1c2ae5141e366a8f0c1863f1145
Contents?: true
Size: 403 Bytes
Versions: 7
Compression:
Stored size: 403 Bytes
Contents
[Unit] Description=Supervisor process control system for UNIX Documentation=http://supervisord.org After=network.target [Service] ExecStart=<%= @dir_path %>/supervisord -n -c /etc/supervisord.conf ExecStop=<%= @dir_path %>/supervisorctl $OPTIONS shutdown ExecReload=<%= @dir_path %>/supervisorctl $OPTIONS reload KillMode=process Restart=on-failure RestartSec=50s [Install] WantedBy=multi-user.target
Version data entries
7 entries across 7 versions & 1 rubygems