You are not logged in.
Pages: 1
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.serviceAre these modules important and can i somehow remove them if they are not used anyway?
Offline
That just means that some other unit references those.
$ grep -ER "(pulseaudio|pipewire-media-session).service" /usr/lib/systemd /etc/systemd ~/.config/systemdShould 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
And do not install either, pulseaudio and PMS are abandonware.
Offline
Pages: 1