Thread Script als Dämon starten: Scriptanpassung zu einem Dämon (6 answers)
Opened by Gast at 2006-08-25 16:00

Dubu
 2006-08-29 21:20
#69250 #69250
User since
2003-08-04
2145 Artikel
ModeratorIn + EditorIn

user image
[quote=S@iK,28.08.2006, 16:46]
Code: (dl )
1
2
3
4
5
6
#!/usr/bin/perl -W
package Net::DNS::Method::Dummy;
package Proc::Daemon::Init;
use Net::DNS::Method;
use Net::DNS;
use Proc::Daemon;
[/quote]
Proc::Daemon::Init ist eine Funktion des Modules Proc::Daemon und kein Package-Name. Du solltest diese Funktion aufrufen, bevor dein Daemon irgendetwas anderes macht.

View full thread Script als Dämon starten: Scriptanpassung zu einem Dämon