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
_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to