Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 2b6d57de11205d1e4ec8b18312057c35 > files > 38

initng-ifiles-0.1.5-4.fc12.i686.rpm

#!/sbin/itype
# This is a i file, used by initng parsed by install_service

# NAME:
# DESCRIPTION:
# WWW:

daemon daemon/denyhosts {
	need = system/bootmisc;
	use = daemon/sshd daemon/syslog-ng;
	script daemon = {
		export HOSTNAME=$(/bin/hostname)
		exec /usr/bin/denyhosts.py --daemon --config /etc/denyhosts.conf
	};
	pid_file = /var/lock/subsys/denyhosts;
	forks;
}