mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 22:58:02 +02:00
systemd: remove AssertPathExists from the templated units
The config files can now be in multiple places, so there is no good way to check if a file exists before starting wireplumber.
This commit is contained in:
parent
efc2039795
commit
c3d48e57d4
3 changed files with 0 additions and 3 deletions
|
|
@ -4,7 +4,6 @@ summary({'systemd conf data': systemd.found()}, bool_yn: true)
|
|||
if systemd.found()
|
||||
systemd_config = configuration_data()
|
||||
systemd_config.set('WP_BINARY', wireplumber_bin_dir / 'wireplumber')
|
||||
systemd_config.set('WP_CONFIG_DIR', wireplumber_config_dir)
|
||||
|
||||
# system service
|
||||
if get_option('systemd-system-service')
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
Description=Multimedia Service Session Manager (%i)
|
||||
After=pipewire.service
|
||||
BindsTo=pipewire.service
|
||||
AssertPathExists=@WP_CONFIG_DIR@/%i.conf
|
||||
Conflicts=pipewire-media-session.service
|
||||
|
||||
[Service]
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
Description=Multimedia Service Session Manager (%i)
|
||||
After=pipewire.service
|
||||
BindsTo=pipewire.service
|
||||
AssertPathExists=@WP_CONFIG_DIR@/%i.conf
|
||||
Conflicts=pipewire-media-session.service
|
||||
|
||||
[Service]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue