[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: boot scripts



On 30 Jul 2002 at 7:41, Jamin W. Collins wrote:

> The normal way to do this is to create a new control script
> (/etc/init.d/skeleton is a good starting point) that will start and
> stop your firewall script as needed.  Then link this into the proper
> run levels.

To make life easy for yourself and keep things simple , use update-rc.d to create these links:

update-rc.d <myscript> defaults

That is probably OK but there are other options in "man update-rc.d". <myscript> is just the filename 
of the script you don't need /etc/init.d/<myscript>

Good luck.

Liam

-- 
Liam Ward
DV4
t: +353 1 672 7250
e: liam@dv4.com
w: www.dv4.com


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: