]> Pileus Git - mkinit/blobdiff - init.mk
Update services.
[mkinit] / init.mk
diff --git a/init.mk b/init.mk
index 80c1224b1db9f7721ce51ef6d28a960352af2d52..3b5f459499fe4b72f7ce650aaab665376dda5735 100644 (file)
--- a/init.mk
+++ b/init.mk
@@ -5,15 +5,16 @@
 MKSHELL=/opt/plan9/bin/rc
 NPROC=10
 
+hddtemp-opts  = -l 0.0.0.0 /dev/sda
 hostname-opts = c
 apache2-opts  = -DSSL -DPHP5
 
 # Runlevels:
 #   single─bare─system─┬─desktop─>
 #                      └─server──>
-server  = apache2 bitlbee dhcp dovecot exim gitd mysql ntpd spamd
-desktop = alsa dbus getty gpm keymap qingy
-system  = at cron hddtemp hwclock sshd swap syslog
+server  = apache2 bitlbee cups denyhosts diod dovecot eth0 exim gitd jabberd mailman mysql ntpd spamd
+desktop = alsa gettyd gpm keymap qingy wlan0
+system  = at cron hddtemp hwclock mdadm smartd sshd swap sysctl syslog
 bare    = cpufreq fsclean hostname initctl localhost mdev modules mounts utmp
 
 default:V: desktop
@@ -25,4 +26,4 @@ bare:V:    `{echo $server^-stop  $desktop^-stop  $system^-stop  $bare^-start}
 single:V:  `{echo $server^-stop  $desktop^-stop  $system^-stop  $bare^-stop }
 
 # Include services
-</scratch/lug/mkinit/services.mk
+</etc/services.mk