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
> > >
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
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
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/
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
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
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