[systemd-devel] systemd numbers for Debian Sid/unstable system

Paul Menzel paulepanter at users.sourceforge.net
Sat Jun 30 04:47:15 PDT 2012


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/systemd-devel/attachments/20120630/100372f7/attachment-0001.pgp>


More information about the systemd-devel mailing list