#!/usr/bin/env ssm #service_respawn=true service_command='/usr/bin/memcached' service_args=( -m 64 -p 11211 -u nobody -l 127.0.0.1 )