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
>         $ systemd-analyze blame | grep motd
>            543ms motd.service
>         $ sudo systemctl disable motd.service
>         Failed to issue method call: No such file or directory

On Fedora we defer to chkconfig automatically for sysv services. This
hookup is currently missing for Debian, but I'd be willing to merge a
patch for that.

Lennart

-- 
Lennart Poettering - Red Hat, Inc.
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to