[Initng] CronD

Matteo Landi matteo.landi at email.it
Sun Jun 24 15:07:41 CEST 2007


This morning i encountered some problems trying to activate this deamon.
So i took a look at the dcron.i file and i noticed that it
executes /usr/sbin/crond -n but there is neither a crond exec file, nor
a "-n" value to pass!  So i tried to edit the dcron.i file and i get i
work like this:

{	need = system/bootmisc;
	provide = virtual/cron;
	pid_file = /var/run/crond.pid;
	forks;
	exec daemon = /usr/sbin/cron;
}

let me know if i'm missing something
tnx in advance
M@



More information about the Initng mailing list