Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
openpower-occ-control
/
52328cb473250de9de60d49c9494224a579e7159
/
.
/
service_files
/
meson.build
blob: 56acbc50b7179adc3694a6fc1f3f712f7a67a787 [
file
] [
log
] [
blame
]
unit_files
=
[
'org.open_power.OCC.Control.service'
,
'op-occ-disable@.service'
,
'op-occ-enable@.service'
]
fs
=
import
(
'fs'
)
foreach
u
:
unit_files
fs
.
copyfile
(
u
,
install
:
true
,
install_dir
:
systemd_system_unit_dir
)
endforeach