diff --git a/config/files/pipewire-tweaks/lib/systemd/system/rtkit-daemon.service.d/limits.conf b/config/files/pipewire-tweaks/lib/systemd/system/rtkit-daemon.service.d/limits.conf new file mode 100644 index 0000000..b80b9e4 --- /dev/null +++ b/config/files/pipewire-tweaks/lib/systemd/system/rtkit-daemon.service.d/limits.conf @@ -0,0 +1,4 @@ +[Service] +EnvironmentFile=/etc/sysconfig/rtkit +ExecStart= +ExecStart=/usr/libexec/rtkit-daemon $RTKIT_ARGS diff --git a/recipes/common/pipewire-tweaks.yml b/recipes/common/pipewire-tweaks.yml index d2b2063..9128e4c 100644 --- a/recipes/common/pipewire-tweaks.yml +++ b/recipes/common/pipewire-tweaks.yml @@ -1,3 +1,4 @@ -type: files -files: -- pipewire-tweaks: /usr +modules: +- type: files + files: + - pipewire-tweaks: /usr