blob: 6c82a3e8af8aa236045986b3ef377618fba19584 [file] [log] [blame]
systemd_system_unit_dir = dependency('systemd').get_variable(
pkgconfig: 'systemdsystemunitdir')
install_data(
['xyz.openbmc_project.Logging.service',
'xyz.openbmc_project.Syslog.Config.service'],
install_dir: systemd_system_unit_dir,
)
install_data(
'busconfig/phosphor-logging.conf',
'busconfig/phosphor-rsyslog-config.conf',
install_dir: get_option('datadir') / 'dbus-1' / 'system.d',
)