systemd: Allow systemd system services to use module-rt

This commit is contained in:
Torkel Niklasson 2022-03-30 16:49:14 +02:00 committed by George Kiagiadakis
parent 57769c2071
commit d1f20e22d6
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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