# daemon.config - file containing daemon names, command lines and run levels
# Used by init for configuring the system features and daemons

# File format:
# RunLevelList Type Name Cmdline
# <- Lines starting with this are the comment ones
# RunLevelList - contains list of run level digits
# for which the daemon has to run
# Type: D - true Daemon - should be started/killed
#       S - Script - should be started every time but with the start/stop option
# (C) 1995, 1996, 1998, 1999 SineSoft

# First of all, hardware setup
12345	S	hardware	/etc/init.d/hardware

# Basic networking
2345	S	netconfig	/etc/init.d/netconfig

# System logging
2345	D	syslogd		/etc/init.d/startsyslog
2345	D	klogd		/usr/sbin/klogd
2345	D	utmpd		/usr/sbin/utmpd

# PCMCIA and APM (obviously for notebooks)
# 2345	S	pcmcia		/etc/init.d/pcmcia
# 2345	D	apmd		/usr/sbin/apmd -v

# Network services and cron
# 2345	D	portmap		/usr/sbin/portmap
2345	D	inetd		/usr/sbin/inetd
2345	S	bind		/opt/bind/bin/ndc
# 2345	D	rwhod		/usr/sbin/rwhod
# 2345	D	lpd		/usr/sbin/lpd
2345	D	crond		/usr/sbin/crond -l10
2345	D	postfix		/opt/postfix/sbin/postfix start
#/usr/sbin/sendmail -bd -q15m ; /usr/bin/sleep 1
2345	S	httpd		/opt/apache/bin/apachectl
2345	D	proftpd		/opt/proftpd/sbin/proftpd
2345	D	identd		/usr/sbin/identd
2345	D	sshd1		/usr/sbin/sshd1 -f /etc/ssh1/sshd_config
# 2345	D	sshd2		/usr/sbin/sshd2 -p 99

# Samba system
2345	D	smbd		/usr/samba/bin/smbd -D
2345	D	nmbd		/usr/samba/bin/nmbd -D

# Various other daemons and local setup
2345	D	gpm		/usr/bin/gpm -R -t ms -d 2 -r 20
# 2345	D	killerd		/usr/sbin/killerd
23	S	local		/etc/init.d/local
# 2345	S	autofs		/etc/init.d/autofs
# 2345	D	pppd		/usr/sbin/pppd call tangens-hub
# 2345	D	diald		/usr/sbin/diald -f /etc/diald/diald-tad
# 23	D	manner		/home/pasky/bash.progs/manner --standalone >/dev/tty11 </dev/tty11 &>/dev/tty11 &
23	S	mmp		/etc/init.d/mmp

# VMware PC emulator
# 2345	S	vmware		/etc/init.d/vmware

# Custom (non-system) daemons
# 35	D	calomd		/opt/calom/calomd >/dev/null
35	S	egg		/etc/init.d/egg
35	S	ircd		/etc/init.d/ircd
35	S	mush		/etc/init.d/mush
# su sam0t -c "/home/sam0t/nerra/eggdrop /home/sam0t/nerra/nerra"

# The system killers family
0	S	halt		/etc/init.d/halt
6	S	reboot		/etc/init.d/reboot
7	S	dosreboot	/etc/init.d/dosreboot
