mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
Add systemd socket activation files
Notify of jack graph changes
This commit is contained in:
parent
61424a4343
commit
29eb58f7a2
13 changed files with 83 additions and 20 deletions
15
src/daemon/systemd/user/meson.build
Normal file
15
src/daemon/systemd/user/meson.build
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
systemd_install_dir = '@0@/systemd/user'.format(get_option('libdir'))
|
||||
|
||||
pipewire_systemd_files = [
|
||||
'pipewire.socket',
|
||||
]
|
||||
|
||||
install_data(pipewire_systemd_files, install_dir : systemd_install_dir)
|
||||
|
||||
systemd_config = configuration_data()
|
||||
systemd_config.set('PW_BINARY', '@0@/pipewire'.format(pipewire_bindir))
|
||||
|
||||
configure_file(input : 'pipewire.service.in',
|
||||
output : 'pipewire.service',
|
||||
configuration : systemd_config,
|
||||
install_dir : systemd_install_dir)
|
||||
Loading…
Add table
Add a link
Reference in a new issue