Re: starting irexec in a startup script

2005-09-21 Thread Andras Lorincz
If I start irexec from console, not at sstartup, then it works. As you said I should check if the irexec starts before lircd.On 9/21/05, Simo Kauppi < [EMAIL PROTECTED]> wrote:On Wed, Sep 21, 2005 at 10:58:47AM +0300, Andras Lorincz wrote: > Yes, something like that.>> On 9/20/05, Simo Kauppi <[EMA

Re: starting irexec in a startup script

2005-09-21 Thread Simo Kauppi
On Wed, Sep 21, 2005 at 10:58:47AM +0300, Andras Lorincz wrote: > Yes, something like that. > > On 9/20/05, Simo Kauppi <[EMAIL PROTECTED]> wrote: > > > > On Mon, Sep 19, 2005 at 01:42:53PM +0300, Andras Lorincz wrote: > > > Hi, > > > > > > The lirc daemon starts at startup and I want to launch t

Re: starting irexec in a startup script

2005-09-21 Thread Andras Lorincz
Yes, something like that.On 9/20/05, Simo Kauppi <[EMAIL PROTECTED]> wrote: On Mon, Sep 19, 2005 at 01:42:53PM +0300, Andras Lorincz wrote:> Hi,>> The lirc daemon starts at startup and I want to launch the command "irexec> --daemon" too. To achieve this I made a script in /etc/init.d which contains

Re: starting irexec in a startup script

2005-09-20 Thread Simo Kauppi
On Mon, Sep 19, 2005 at 01:42:53PM +0300, Andras Lorincz wrote: > Hi, > > The lirc daemon starts at startup and I want to launch the command "irexec > --daemon" too. To achieve this I made a script in /etc/init.d which contains > this: > > #!/bin/bash > > su lorand -c "irexec --daemon" > > th

starting irexec in a startup script

2005-09-19 Thread Andras Lorincz
Hi, The lirc daemon starts at startup and I want to launch the command "irexec --daemon" too. To achieve this I made a script in /etc/init.d which contains this: #!/bin/bash su lorand -c "irexec --daemon" then I ran the command "update-rc.d irexec_stup defaults" (lorand is the username). After