erlug
[Top] [All Lists]

[Erlug] Script in init.d

To: erlug@xxxxxxxxxxxxxx
Subject: [Erlug] Script in init.d
From: Sythos <sythos@xxxxxxxxxxxxxxxx>
Date: Wed, 31 Jul 2002 19:09:31 +0200
Allora: ho creato il seguente script, ma muore dopo pochi minuti di 
run.....
ve lo posto...

. /etc/rc.d/init.d/functions
. /etc/sysconfig/network
[ ${NETWORKING} = "no" ] && exit 0

case "$1" in
  start)
        # Start daemons.
        echo -n "Starting dns2go: "
        /usr/bin/nohup /home/sythos/dns/dns2go > /dev/null &
        echo
        ;;

(solo start, quando gira lo statsa e killa bene)

-- 

Sythos - http://neurone.myip.org 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GE d- s+:+ a+ C++ U P! L+++ E-- W+++ N++ o K- w O-- M- V-- PS+ PE++ Y+ 
PGP++ t++ 5 X+ R+ tv b++ DI++ D++ G++ e+++ h+ r y+
------END GEEK CODE BLOCK------


<Prev in Thread] Current Thread [Next in Thread>
  • [Erlug] Script in init.d, Sythos <=