1systemd_system_unit_dir = dependency('systemd').get_variable( 2 pkgconfig: 'systemdsystemunitdir') 3 4install_data( 5 ['xyz.openbmc_project.Logging.service', 6 'xyz.openbmc_project.Syslog.Config.service'], 7 install_dir: systemd_system_unit_dir, 8) 9 10install_data( 11 'busconfig/phosphor-logging.conf', 12 'busconfig/phosphor-rsyslog-config.conf', 13 install_dir: get_option('datadir') / 'dbus-1' / 'system.d', 14) 15