From 721e4de30b642e09dd1760c9e35e33258b15d3eb Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Wed, 28 Aug 2013 04:56:12 +0000 Subject: [PATCH] Add cupsd service --- init.mk | 2 +- services.mk | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/init.mk b/init.mk index 77f450f..244ea8d 100644 --- 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 diff --git a/services.mk b/services.mk index 1542efc..2eacc23 100644 --- a/services.mk +++ b/services.mk @@ -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 -- 2.43.2