Re: boot-time script

2009-01-27 Thread Michael M. Moore
On Tue, Jan 27, 2009 at 3:35 AM, Sebastian Günther wrote: > * Umarzuki Mochlis (umarz...@gmail.com) [27.01.09 04:27]: >> I tried making boot-time script for deluge like below >> >> #!/bin/bash >> /usr/bin/deluge >> >> Then I ran update-rc.d to the d

Re: boot-time script

2009-01-27 Thread Sebastian Günther
* Umarzuki Mochlis (umarz...@gmail.com) [27.01.09 04:27]: > I tried making boot-time script for deluge like below > > #!/bin/bash > /usr/bin/deluge > > Then I ran update-rc.d to the deluge script hat I saved in /etc/init.d > # update-rc.d deluge defaults > > But when

Re: boot-time script

2009-01-27 Thread Umarzuki Mochlis
2009/1/27 Michael Iatrou > When the date was Tuesday 27 January 2009, Umarzuki Mochlis wrote: > > > I tried making boot-time script for deluge like below > > Isn't this a GUI app? If yes, you need to take into account that X must be > running. Preferences > Sess

Re: boot-time script

2009-01-27 Thread Michael Iatrou
When the date was Tuesday 27 January 2009, Umarzuki Mochlis wrote: > I tried making boot-time script for deluge like below Isn't this a GUI app? If yes, you need to take into account that X must be running. -- Michael Iatrou (thgu) -- To UNSUBSCRIBE, email to debian-u

boot-time script

2009-01-26 Thread Umarzuki Mochlis
I tried making boot-time script for deluge like below #!/bin/bash /usr/bin/deluge Then I ran update-rc.d to the deluge script hat I saved in /etc/init.d # update-rc.d deluge defaults But when I rebooted my PC, it didn't start. Please tell me where I got it wrong? -- Regards, Umarzuki Mo