Sha256: 21c49a6399d921eda810406733c22ac59154ffc23532ece4c59d77b2f24a06e0
Contents?: true
Size: 407 Bytes
Versions: 8
Compression:
Stored size: 407 Bytes
Contents
God.watch do |w| w.name = 'mysql' w.group = 'db' w.autostart = false w.start = "/etc/init.d/mysql start" w.stop = "/etc/init.d/mysql stop;" w.restart = "/etc/init.d/mysql restart" w.pid_file = "/var/run/mysqld/mysqld.pid" w.grace = 60.seconds default_configurations(w) create_pid_dir(w) restart_if_resource_hog(w, :memory_usage => false) monitor_lifecycle(w) end
Version data entries
8 entries across 8 versions & 6 rubygems