Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-psu-code-mgmt
/
20a045f6854efe2dd11d5bb717ba72093034c83b
/
.
/
services
/
meson.build
blob: e94eeed9b9d7207e922933d7abf24a4cd292f92f [
file
] [
log
] [
blame
]
unit_files
=
[
'xyz.openbmc_project.Software.Psu.Updater.service'
,
'psu-update@.service'
]
fs
=
import
(
'fs'
)
foreach
unit
:
unit_files
fs
.
copyfile
(
unit
,
install
:
true
,
install_dir
:
servicedir
)
endforeach