diff --git a/contrib/systemd/meson.build b/contrib/systemd/meson.build index 3a00c07..adc5840 100644 --- a/contrib/systemd/meson.build +++ b/contrib/systemd/meson.build @@ -10,7 +10,6 @@ systemd_config_data_file = configure_file( systemd = find_program ('systemd', required: false) if systemd.found() - message ('systemd was found') install_data( systemd_config_data_file, install_dir: join_paths(get_option('prefix'), 'lib', 'systemd', 'system')