Sha256: 08936a6371c8a795cc86fdb46646635d45caf01b2320fefeaf5311515b5ef67d
Contents?: true
Size: 284 Bytes
Versions: 50
Compression:
Stored size: 284 Bytes
Contents
<% @path = '/etc/monit/monit.d/monit-apache.conf' %> <% PIDFILE = "/var/run/apache2.pid" %> check process apache with pidfile <%= PIDFILE %> group apache-<%= RUBBER_ENV %> start program = "/usr/bin/env service apache2 start" stop program = "/usr/bin/env service apache2 stop"
Version data entries
50 entries across 25 versions & 5 rubygems