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 blame | grep motd > 543ms motd.service > $ sudo systemctl disable motd.service > Failed to issue method call: No such file or directory
Try: systemctl mask motd.service regards, Koen _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
