memcached startup.item
Bradley Giesbrecht
brad at pixilla.com
Mon Aug 30 16:13:52 PDT 2010
I want to start more then one instance of memcached each on a
different port.
Does daemondo have this capability in one plist?
Something like:
<key>Instances</key>
<array>
<string>-p 11211</string>
<string>-p 11212</string>
<string>-p 11213</string>
<string>-p 11214</string>
</array>
where daemondo would loop through each of the instances appending them
to the rest of the program args.
// Brad
More information about the macports-users
mailing list