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