mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
systemd: Add system service and socket
Add system service and socket in addition to the user service and socket. The system service is started as pipewire user and group and clients need to be in the pipewire group to be able to connect.
This commit is contained in:
parent
120090741a
commit
5c52670421
5 changed files with 66 additions and 1 deletions
|
|
@ -26,6 +26,14 @@ option('systemd',
|
|||
description: 'Enable systemd integration',
|
||||
type: 'boolean',
|
||||
value: true)
|
||||
option('systemd-system-service',
|
||||
description: 'Install systemd system service file',
|
||||
type: 'boolean',
|
||||
value: false)
|
||||
option('systemd-user-service',
|
||||
description: 'Install systemd user service file',
|
||||
type: 'boolean',
|
||||
value: true)
|
||||
option('pipewire-alsa',
|
||||
description: 'Enable pipewire-alsa integration',
|
||||
type: 'boolean',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue