Re: [U2] [UV] Auto Starting Applications

2013-07-11 Thread Perry Taylor
:( Thanks. Perry -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of doug chanco Sent: Wednesday, July 10, 2013 7:53 PM To: U2 Users List Subject: Re: [U2] [UV] Auto Starting Applications I use /etc/rc.local, if you vi

[U2] [UV] Auto Starting Applications

2013-07-10 Thread Perry Taylor
What techniques are you folks using to start up apps when UniVerse on Linux is started? Obviously hooking into uv.rc is an option. Are there others? Thanks. Perry Perry Taylor Senior MV Architect Office (877) 494-7633 ext. 4392 Direct (502) 779-4392 ZirMed 888 West Market Street, Suite 400

Re: [U2] [UV] Auto Starting Applications

2013-07-10 Thread Kevin King
Wouldn't a simple startup script suffice - like in /etc/init.d/rc*x*.d (depending on Linux)? On Wed, Jul 10, 2013 at 12:42 PM, Perry Taylor perry.tay...@zirmed.comwrote: What techniques are you folks using to start up apps when UniVerse on Linux is started? Obviously hooking into uv.rc is an

Re: [U2] [UV] Auto Starting Applications

2013-07-10 Thread Peter Cheney
] Sent: Thursday, 11 July 2013 8:34 AM To: U2 Users List Subject: Re: [U2] [UV] Auto Starting Applications Wouldn't a simple startup script suffice - like in /etc/init.d/rc*x*.d (depending on Linux)? On Wed, Jul 10, 2013 at 12:42 PM, Perry Taylor perry.tay...@zirmed.comwrote: What techniques

Re: [U2] [UV] Auto Starting Applications

2013-07-10 Thread Phil Walker
...@listserver.u2ug.org] On Behalf Of Peter Cheney Sent: Thursday, 11 July 2013 10:51 a.m. To: U2 Users List Subject: Re: [U2] [UV] Auto Starting Applications You can certainly launch a UV process from a unix script. e.g. #!/usr/bin/bash cd /$path_to_uv_account/$ACCOUNTNAME $UVHOME/bin/uv phantom PROGRAMNAME

Re: [U2] [UV] Auto Starting Applications

2013-07-10 Thread Hona, David
-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Phil Walker Sent: Thursday, 11 July 2013 9:23 AM To: U2 Users List Subject: Re: [U2] [UV] Auto Starting Applications You should use uvsh rather than uv and you also need to consider multiple cron jobs

Re: [U2] [UV] Auto Starting Applications

2013-07-10 Thread doug chanco
I use /etc/rc.local, if you vi the file you will see: #!/bin/sh # # This script will be executed *after* all the other init scripts. # You can put your own initialization stuff in here if you don't # want to do the full Sys V style init stuff. to not just start up universe processes, but linux

Re: [U2] [UV] Auto Starting Applications

2013-07-10 Thread doug chanco
I use /etc/rc.local, if you vi the file you will see: #!/bin/sh # # This script will be executed *after* all the other init scripts. # You can put your own initialization stuff in here if you don't # want to do the full Sys V style init stuff. to not just start up universe processes, but linux