William A. Kennington III | 93aa28f | 2021-05-17 19:40:22 -0700 | [diff] [blame] | 1 | systemd_system_unit_dir = dependency('systemd').get_variable( |
| 2 | pkgconfig: 'systemdsystemunitdir') |
Anton D. Kachalov | 271408b | 2021-03-30 13:29:00 +0200 | [diff] [blame] | 3 | |
| 4 | install_data( |
| 5 | ['xyz.openbmc_project.Logging.service', |
| 6 | 'xyz.openbmc_project.Syslog.Config.service'], |
William A. Kennington III | 93aa28f | 2021-05-17 19:40:22 -0700 | [diff] [blame] | 7 | install_dir: systemd_system_unit_dir, |
Anton D. Kachalov | 271408b | 2021-03-30 13:29:00 +0200 | [diff] [blame] | 8 | ) |
| 9 | |
| 10 | install_data( |
William A. Kennington III | 93aa28f | 2021-05-17 19:40:22 -0700 | [diff] [blame] | 11 | 'busconfig/phosphor-logging.conf', |
| 12 | 'busconfig/phosphor-rsyslog-config.conf', |
| 13 | install_dir: get_option('datadir') / 'dbus-1' / 'system.d', |
Anton D. Kachalov | 271408b | 2021-03-30 13:29:00 +0200 | [diff] [blame] | 14 | ) |