2019-07-01 10:15:24 -04:00

11 lines
246 B
Plaintext

description "Memcached instance <%= @instance -%>"
start on runlevel [2345]
stop on runlevel [!2345]
respawn
respawn limit 10 5
limit nofile <%= @ulimit -%> <%= @ulimit -%>
exec <%= @binary_path %> <%= @cli_options %> >> <%= @log_file %> 2>&1