xref: /openbmc/phosphor-logging/dist/meson.build (revision 271408b5)
1systemd_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)
16