blob: adc214e2988ddcc1849d75458ccb3a00bae59022 [file] [log] [blame] [edit]
systemd = dependency('systemd')
systemd_system_unit_dir = systemd.get_variable(
pkgconfig: 'systemd_system_unit_dir',
)
foreach svc : [
'obmc-fru-fault-monitor.service',
'obmc-led-group-start@.service',
'obmc-led-group-stop@.service',
'xyz.openbmc_project.LED.GroupManager.service',
]
install_data(svc, install_dir: systemd_system_unit_dir)
endforeach