That worked. Thanks!

On Monday, December 17, 2012 5:50:36 PM UTC, Dustin wrote:
>
> Tiago Franco <gama....@gmail.com <javascript:>> writes: 
>
> > I have several instances of memecached running on the same machine, in 
> > different ports. I need to build an init script to deal with all 
> > instances, but I would like to write a configuration file for each 
> > instance. 
> > 
> > How can I tell memcached to read the configuration from a file, 
> > instead of reading the configuration from the command line arguments? 
>
>   What would your configuration file look like?  If you simply put the 
> commandline arguments into it, you can run something like this: 
>
>   memcached `cat /path/to/my/config/file` 
>
> -- 
> dustin 
>
>

Reply via email to