xref: /openbmc/openpower-occ-control/service_files/meson.build (revision 601cea4cbfa2e8d2cd9021e87d9d79736e4d95c3)
1unit_files = [
2    'org.open_power.OCC.Control.service',
3    'op-occ-disable@.service',
4    'op-occ-enable@.service',
5]
6
7fs = import('fs')
8foreach u : unit_files
9    fs.copyfile(u, install: true, install_dir: systemd_system_unit_dir)
10endforeach
11