mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -05:00
parent
50bdebe4e8
commit
f50aafed4d
2 changed files with 26 additions and 0 deletions
21
src/daemon/systemd/user/filter-chain.service.in
Normal file
21
src/daemon/systemd/user/filter-chain.service.in
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
[Unit]
|
||||||
|
Description=PipeWire filter chain daemon
|
||||||
|
|
||||||
|
After=pipewire.service pipewire-session-manager.service
|
||||||
|
BindsTo=pipewire.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
LockPersonality=yes
|
||||||
|
MemoryDenyWriteExecute=yes
|
||||||
|
NoNewPrivileges=yes
|
||||||
|
RestrictNamespaces=yes
|
||||||
|
SystemCallArchitectures=native
|
||||||
|
SystemCallFilter=@system-service
|
||||||
|
Type=simple
|
||||||
|
ExecStart=@PW_BINARY@ -c filter-chain.conf
|
||||||
|
Restart=on-failure
|
||||||
|
Slice=session.slice
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
Also=pipewire.socket
|
||||||
|
WantedBy=default.target
|
||||||
|
|
@ -20,3 +20,8 @@ configure_file(input : 'pipewire-pulse.service.in',
|
||||||
output : 'pipewire-pulse.service',
|
output : 'pipewire-pulse.service',
|
||||||
configuration : systemd_config,
|
configuration : systemd_config,
|
||||||
install_dir : systemd_user_services_dir)
|
install_dir : systemd_user_services_dir)
|
||||||
|
|
||||||
|
configure_file(input : 'filter-chain.service.in',
|
||||||
|
output : 'filter-chain.service',
|
||||||
|
configuration : systemd_config,
|
||||||
|
install_dir : systemd_user_services_dir)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue