Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.user > #234816
| From | Greg Wooledge <greg@wooledge.org> |
|---|---|
| Newsgroups | linux.debian.user |
| Subject | Re: exim update not responding to update-rc.d |
| Date | 2021-05-04 18:50 +0200 |
| Message-ID | <Cb6pc-4Dz-7@gated-at.bofh.it> (permalink) |
| References | <Cb65Q-4x7-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, May 04, 2021 at 09:17:38AM -0700, John Conover wrote: > Searching for exim in /etc/systemd/system/multi-user.target.wants/* > and /lib/systemd/system/* yields nothing. > > How do I stop exim from launching across boots? Presumably there is a systemd service, which is enabled. You will want to disable it. So, figure out the name of this service (assuming it does in fact exist), and then issue the command: systemctl disable servicename as root, of course. That will make it refrain from starting up at the next boot. To stop it right now, also issue this command: systemctl stop servicename Or, if you prefer, you can combine the two: systemctl --now disable servicename
Back to linux.debian.user | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
exim update not responding to update-rc.d conover@rahul.net (John Conover) - 2021-05-04 18:30 +0200
Re: exim update not responding to update-rc.d Greg Wooledge <greg@wooledge.org> - 2021-05-04 18:50 +0200
Re: exim update not responding to update-rc.d conover@rahul.net (John Conover) - 2021-05-04 19:10 +0200
Re: exim update not responding to update-rc.d Greg Wooledge <greg@wooledge.org> - 2021-05-04 19:20 +0200
Re: exim update not responding to update-rc.d Joe <joe@jretrading.com> - 2021-05-04 19:30 +0200
Re: exim update not responding to update-rc.d Joe <joe@jretrading.com> - 2021-05-04 23:20 +0200
Re: exim update not responding to update-rc.d Greg Wooledge <greg@wooledge.org> - 2021-05-05 00:50 +0200
Re: exim update not responding to update-rc.d Joe <joe@jretrading.com> - 2021-05-05 13:10 +0200
Re: exim update not responding to update-rc.d Greg Wooledge <greg@wooledge.org> - 2021-05-05 13:50 +0200
Re: exim update not responding to update-rc.d Andrei POPESCU <andreimpopescu@gmail.com> - 2021-05-05 16:30 +0200
Re: exim update not responding to update-rc.d Greg Wooledge <greg@wooledge.org> - 2021-05-05 16:40 +0200
Re: exim update not responding to update-rc.d Greg Wooledge <greg@wooledge.org> - 2021-05-04 19:40 +0200
Re: exim update not responding to update-rc.d Joe <joe@jretrading.com> - 2021-05-04 19:30 +0200
Re: exim update not responding to update-rc.d Erwan David <erwan@rail.eu.org> - 2021-05-04 19:30 +0200
Re: exim update not responding to update-rc.d john doe <johndoe65534@mail.com> - 2021-05-04 20:00 +0200
Re: exim update not responding to update-rc.d conover@rahul.net (John Conover) - 2021-05-04 22:30 +0200
Re: exim update not responding to update-rc.d Greg Wooledge <greg@wooledge.org> - 2021-05-04 22:40 +0200
Re: exim update not responding to update-rc.d Greg Wooledge <greg@wooledge.org> - 2021-05-04 23:00 +0200
Re: exim update not responding to update-rc.d Michael Biebl <biebl@debian.org> - 2021-05-07 02:20 +0200
Re: exim update not responding to update-rc.d Michael Biebl <biebl@debian.org> - 2021-05-07 02:20 +0200
csiph-web