Re: [systemd-devel] How do I disable old init.d scripts?

2012-06-27 Thread Lennart Poettering
On Wed, 27.06.12 00:55, Paul Menzel (paulepan...@users.sourceforge.net) wrote: > Am Montag, den 25.06.2012, 15:31 +0200 schrieb Koen Kooi: > > Op 25 jun. 2012, om 15:25 heeft Paul Menzel het volgende geschreven: > > > > how can I disable init.d scripts which systemd loads for compatibility > > >

Re: [systemd-devel] How do I disable old init.d scripts?

2012-06-27 Thread Lennart Poettering
On Mon, 25.06.12 21:33, Paul Menzel (paulepan...@users.sourceforge.net) wrote: > > This hookup is currently missing for Debian, but I'd be willing to merge a > > patch for that. > > If I am not mistaken, Debian uses `update-rc.d` for that purpose. > > Does someone know if it is feasible to just

Re: [systemd-devel] How do I disable old init.d scripts?

2012-06-26 Thread Paul Menzel
Am Montag, den 25.06.2012, 15:31 +0200 schrieb Koen Kooi: > Op 25 jun. 2012, om 15:25 heeft Paul Menzel het volgende geschreven: > > how can I disable init.d scripts which systemd loads for compatibility > > reasons? > > > >$ ls /etc/init.d/motd (or any other init.d script) > >/e

Re: [systemd-devel] How do I disable old init.d scripts?

2012-06-25 Thread Paul Menzel
Am Montag, den 25.06.2012, 15:38 +0200 schrieb Lennart Poettering: > On Mon, 25.06.12 15:25, Paul Menzel wrote: […] > > how can I disable init.d scripts which systemd loads for compatibility > > reasons? > > > > $ ls /etc/init.d/motd (or any other init.d script) > > /etc/init.d/

Re: [systemd-devel] How do I disable old init.d scripts?

2012-06-25 Thread Lennart Poettering
On Mon, 25.06.12 15:25, Paul Menzel (paulepan...@users.sourceforge.net) wrote: > Dear systemd folks, > > > how can I disable init.d scripts which systemd loads for compatibility > reasons? > > $ ls /etc/init.d/motd (or any other init.d script) > /etc/init.d/motd > $ sys

Re: [systemd-devel] How do I disable old init.d scripts?

2012-06-25 Thread Koen Kooi
Op 25 jun. 2012, om 15:25 heeft Paul Menzel het volgende geschreven: > Dear systemd folks, > > > how can I disable init.d scripts which systemd loads for compatibility > reasons? > >$ ls /etc/init.d/motd (or any other init.d script) >/etc/init.d/motd >$ systemd-analyze

[systemd-devel] How do I disable old init.d scripts?

2012-06-25 Thread Paul Menzel
Dear systemd folks, how can I disable init.d scripts which systemd loads for compatibility reasons? $ ls /etc/init.d/motd (or any other init.d script) /etc/init.d/motd $ systemd-analyze blame | grep motd 543ms motd.service $ sudo systemctl disable motd