Running pipewire as root under systemd

an incubator for software projects


Moderator: Forum moderators

Post Reply
dancytron
Posts: 653
Joined: Fri Dec 13, 2019 6:26 pm
Has thanked: 422 times
Been thanked: 190 times

Running pipewire as root under systemd

Post by dancytron »

I figured this out for Debian Dog. You need to create some override files to get rid of the gratuitous "!=root" that the pipewire developers have added in their setup files and are supposed to use their internal tool (which forces you to use nano), so I did and changed "!=root" to "!=werewolf".

Code: Select all

systemctl --user --full edit pipewire.service 
systemctl --user --full edit pipewire.socket 
systemctl --user --full edit pipewire-pulse.service 
systemctl --user --full edit pipewire-pulse.socket

YMMV, but here they are, in handy squashfs form. For puppy like operating systems, just change extension to .sfs.

Attachments
44-PWOverrideFilesForRoot.squashfs.gz
remove gz. for puppy like os, change .squashfs to .sfs
(4 KiB) Downloaded 102 times
Post Reply

Return to “Development”