Manojkiran Eda | fec5d59 | 2021-01-21 12:27:34 +0530 | [diff] [blame] | 1 | configure_file( |
2 | copy: true, | ||||
3 | input: 'pldm-create-phyp-nvram.service', | ||||
4 | install: true, | ||||
5 | install_dir: systemd_system_unit_dir, | ||||
6 | output: 'pldm-create-phyp-nvram.service', | ||||
7 | ) | ||||
8 | configure_file( | ||||
9 | copy: true, | ||||
10 | input: 'pldm-create-phyp-nvram-cksum.service', | ||||
11 | install: true, | ||||
12 | install_dir: systemd_system_unit_dir, | ||||
13 | output: 'pldm-create-phyp-nvram-cksum.service', | ||||
14 | ) | ||||
15 |