abc/ops/cookbooks/vendor/memcached/templates/sv-memcached-run.erb
2019-07-01 10:15:24 -04:00

7 lines
154 B
Plaintext

#!/bin/sh
exec 2>&1
ulimit -n <%= @options[:ulimit] %>
exec chpst -u <%= @options[:user] %> <%= @options[:binary_path] %> <%= @options[:cli_options] %>