mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-08 12:48:03 +02:00
systemd: Allow systemd system services to use module-rt
This commit is contained in:
parent
57769c2071
commit
d1f20e22d6
2 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ RestrictNamespaces=yes
|
|||
SystemCallArchitectures=native
|
||||
SystemCallFilter=@system-service
|
||||
Type=simple
|
||||
AmbientCapabilities=CAP_SYS_NICE
|
||||
ExecStart=@WP_BINARY@
|
||||
Restart=on-failure
|
||||
User=pipewire
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ RestrictNamespaces=yes
|
|||
SystemCallArchitectures=native
|
||||
SystemCallFilter=@system-service
|
||||
Type=simple
|
||||
AmbientCapabilities=CAP_SYS_NICE
|
||||
ExecStart=@WP_BINARY@ -c %i.conf
|
||||
Restart=on-failure
|
||||
User=pipewire
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue