blob: 378d4fc0fee631531c421e5a4c2d36cd93c1d479 [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',
)
dbus_system_bus_services_dir = dependency('dbus-1').get_variable(
pkgconfig: 'system_bus_services_dir',
pkgconfig_define: ['prefix', get_option('prefix')])
install_data(
'dbus/xyz.openbmc_project.Logging.service',
install_dir: dbus_system_bus_services_dir)