blob: cda6084e4c175a508c71f8501b612acf9874ee46 [file] [log] [blame]
Anton D. Kachalov271408b2021-03-30 13:29:00 +02001systemd_system_unit_dir = dependency('systemd').get_pkgconfig_variable(
2 'systemdsystemunitdir',
3 define_variable: ['prefix', get_option('prefix')])
4
5install_data(
6 ['xyz.openbmc_project.Logging.service',
7 'xyz.openbmc_project.Syslog.Config.service'],
8 install_dir: systemd_system_unit_dir
9)
10
11install_data(
12 ['busconfig/phosphor-logging.conf',
13 'busconfig/phosphor-rsyslog-config.conf'],
14 install_dir: get_option('sysconfdir') / 'dbus-1/system.d'
15)