Am Mittwoch, den 27.06.2012, 12:35 +0200 schrieb Lennart Poettering: > On Wed, 27.06.12 12:18, Paul Menzel wrote:
[…] > > 540ms chrony.service > > 515ms rc.local.service > > The rc-local generator should be smart enough to pull this in only if it > exists. It's a really slow service and most likely just a NOP anyway. Right. The default file `/etc/rc.local` just contains `exit 0`. So I masked that service file. $ sudo systemctl mask rc.local.service > > 509ms vdr.service > > 487ms sysfsutils.service > > What is this? This stuff sounds like something that can just go away... I was surprised too. It looks like this was installed by `grml-debootstrap` and I removed it using the following command. $ sudo aptitude purge --purge-unused sysfsutils […] > > 191ms screen-cleanup.service > > Something for tmpfiles? I have to look into that. > > 167ms systemd-tmpfiles-setup.service > > 147ms pulseaudio.service > > Hmm, as a system service? Meh.. Well, no. Debian still ships an init.d script which reads `/etc/default/pulseaudio` and there system mode is disabled by default. So I masked this one too. $ sudo systemctl mask pulseaudio.service […] Thanks, Paul
signature.asc
Description: This is a digitally signed message part
_______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel