VServer and launchd

Ruslan Zasukhin sunshine at public.kherson.ua
Tue Nov 14 00:22:32 CST 2006


On 11/14/06 12:12 AM, "Charles Yeomans" <charles at declareSub.com> wrote:

> It is quite simple; I use launchd to manage some other server
> applications.  Essentially, you install VServer_Office as usual, and
> install a .plist file in /Library/LaunchDaemons.  Here is the one I'm
> using for testing.
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://
> www.apple.com/DTDs/PropertyList-1.0.dtd">
> <plist version="1.0">
> <dict>
>          <key>Label</key>
>          <string>com.desuetude.vserver</string>
>          <key>OnDemand</key>
>          <false/>
>          <key>ProgramArguments</key>
>          <array>
>                  <string>/Library/VServer_Office/VServer_Office.app/
> Contents/MacOS/VServer_Office</string>
>          </array>
> </dict>
> </plist>
> 
> Once installed, you use launchctl to administrate.  Much better than
> rebooting the machine to restart :)  I don't know how one sets up an
> installer, but someone has already done it.

Great, so using above plist you can run vserver with launchd and it works?

Just great :)

I will try tomorrow


-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]




More information about the Valentina mailing list