Quote:
|
Originally Posted by mnisay
did you typed -1 (minus one)? That should be -l (minus small L)
|
sorry, my bad! of course it must be minus small L... thanx mnisay!
@irri: sorry, I actually wanted to say you can put the discussed line into /etc/rc.d/rc.local.
you can also write a little script in /etc/init.d/ to start it at boot time so that you can then control it using
Code:
service <myscript> start | stop | restart
etc.
For a permanent use I would take the last way. For testing - with rc.local