Re: shut down exim4
From: Greg Folkert (greg_at_gregfolkert.net)
Date: 08/30/05
- Previous message: Roberto C. Sanchez: "Re: DenyHosts..."
- In reply to: Ben Bettin: "Re: shut down exim4"
- Next in thread: Alan Ianson: "Re: shut down exim4"
- Reply: Alan Ianson: "Re: shut down exim4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: debian-user@lists.debian.org Date: Tue, 30 Aug 2005 16:10:32 -0400
On Tue, 2005-08-30 at 15:28 -0400, Ben Bettin wrote:
> > > 2) How can I stop exim from loading on boot?
> >
> > $ find /etc/rc?.d -name '*exim4*' | xargs rm -f
>
> This mess is why I prefer sysv-rc-conf :)
So, why not use the tools that Debian gives you?
knight:/etc/logcheck# update-rc.d
usage: update-rc.d [-n] [-f] <basename> remove
update-rc.d [-n] <basename> defaults [NN | sNN kNN]
update-rc.d [-n] <basename> start|stop NN runlvl [runlvl] [...] .
-n: not really
-f: force
So, as root:
update-rc.d -f exim4 remove
because it'll complain otherwise.
Or better yet, edit /etc/default/exim4 changing
QUEUERUNNER='combined'
to
QUEUERUNNER='nodaemon'
Hope that lessens you misunderstanding of Debian. There are far bigger
fish to deal with than sysv-rc-conf vs sysvinit styles.
-- greg, greg@gregfolkert.net The technology that is Stronger, Better, Faster: Linux Use Debian GNU/Linux, its a bazaar thing.
-- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- application/pgp-signature attachment: This is a digitally signed message part
- Previous message: Roberto C. Sanchez: "Re: DenyHosts..."
- In reply to: Ben Bettin: "Re: shut down exim4"
- Next in thread: Alan Ianson: "Re: shut down exim4"
- Reply: Alan Ianson: "Re: shut down exim4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|