]> Pileus Git - mkinit/commitdiff
Add cupsd service
authorAndy Spencer <andy753421@gmail.com>
Wed, 28 Aug 2013 04:56:12 +0000 (04:56 +0000)
committerAndy Spencer <andy753421@gmail.com>
Wed, 28 Aug 2013 04:56:12 +0000 (04:56 +0000)
init.mk
services.mk

diff --git a/init.mk b/init.mk
index 77f450fcefd7256dcc60bf865ce0c09e7f75c355..244ea8dda2e50d8cb81f933cc4aa613d97e08741 100644 (file)
--- a/init.mk
+++ b/init.mk
@@ -12,7 +12,7 @@ apache2-opts  = -DSSL -DPHP5
 # Runlevels:
 #   single─bare─system─┬─desktop─>
 #                      └─server──>
-server  = apache2 bitlbee denyhosts diod dovecot eth0 exim gitd jabberd mailman mysql ntpd spamd
+server  = apache2 bitlbee cups denyhosts diod dovecot eth0 exim gitd jabberd mailman mysql ntpd spamd
 desktop = alsa getty 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
index 1542efc07be2212d8b24c705197aa431a7d6a60c..2eacc230f97bcdad41a268eb2e240b94fbdd37ac 100644 (file)
@@ -222,6 +222,9 @@ apache2-stop_cmd=pkill apache2
 bitlbee-start_cmd=bitlbee -D -u bitlbee
 bitlbee-stop_cmd=pkill bitlbee
 
+cups-start_cmd=cupsd
+cups-stop_cmd=pkill cupsd
+
 denyhosts-start_cmd=denyhosts.py --daemon
 denyhosts-stop_cmd=pkill denyhosts.py