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:
George Kiagiadakis 2021-08-19 10:33:55 +03:00
parent efc2039795
commit c3d48e57d4
3 changed files with 0 additions and 3 deletions

View file

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

View file

@ -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]

View file

@ -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]