Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-psu-code-mgmt
/
refs/heads/master
/
.
/
services
/
meson.build
blob: 3abbe71688eb983e415e6d794340faf8fbc0fffb [
file
] [
log
] [
blame
] [
edit
]
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