11 lines
246 B
Plaintext
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
|