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:
Jonas Holmberg 2020-08-17 10:48:55 +02:00 committed by Wim Taymans
parent 120090741a
commit 5c52670421
5 changed files with 66 additions and 1 deletions

View file

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