You are not logged in.

#1 2025-07-19 15:48:32

Bars
Member
Registered: 2025-05-18
Posts: 13

Unused systemd units

Hi everyone, I recently discovered that my systemd user manager has some inactive units.
The command I used is systemctl list-units --user --type=service --all | grep not-found
The output:

pipewire-media-session.service                 not-found inactive dead    pipewire-media-session.service
pulseaudio.service                             not-found inactive dead    pulseaudio.service

Are these modules important and can i somehow remove them if they are not used anyway?

Offline

#2 2025-07-19 16:53:17

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,475
Website

Re: Unused systemd units

That just means that some other unit references those.

$ grep -ER "(pulseaudio|pipewire-media-session).service" /usr/lib/systemd /etc/systemd ~/.config/systemd

Should reveal where, but note that there is likely nothing to "fix" here, it's just informative -- something mentions these services, but they're not present on your system.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#3 2025-07-19 19:06:40

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,272

Re: Unused systemd units

And do not install either, pulseaudio and PMS are abandonware.

Offline

Board footer

Powered by FluxBB