1unit_files = [ 2 'xyz.openbmc_project.Software.Psu.Updater.service', 3 'psu-update@.service' 4] 5 6fs = import('fs') 7foreach unit : unit_files 8 fs.copyfile( 9 unit, 10 install: true, 11 install_dir: servicedir 12 ) 13endforeach 14