On Aug 30, 2010, at 11:51 AM, Victor Norman wrote:
> Can someone recommend the correct way to package up my application so that it
> can be run by typing
>
> dmucsd
>
> ?
>
> Thanks.
>
> Vic
The best way to do this is to write a twistd plugin (so your script can process
its own arguments
I've typically accomplished this with a BASH script packaged with the
app or an init.d script.
-J
On Mon, Aug 30, 2010 at 9:51 AM, Victor Norman wrote:
> I am nearing the end of developing my application and am thinking about how
> to package it up. I have been testing it by running it this way