1 diff --git a/data/meson.build b/data/meson.build
2 index fc687a5..68decdf 100644
5 @@ -41,11 +42,7 @@ configure_file(
8 systemd = dependency('systemd', required: false)
10 - systemd_service_install_dir = systemd.get_variable(pkgconfig :'systemdsystemunitdir')
12 - systemd_service_install_dir = join_paths(libdir, 'systemd', 'system')
14 +systemd_service_install_dir = join_paths(libdir, 'systemd', 'system')
17 configuration: conf_data,