blob: f0d563245d38fdb490ed0f0336b993968eb66536 [file] [log] [blame]
Manojkiran Edafec5d592021-01-21 12:27:34 +05301[Unit]
2Description=Create empty PHYP-NVRAM file
3ConditionPathExists=!/var/lib/pldm/PHYP-NVRAM
4
5[Service]
6ExecStart=/bin/mkdir -p /var/lib/pldm/
7ExecStart=/bin/dd if=/dev/zero of=/var/lib/pldm/PHYP-NVRAM bs=1024 count=17452
8Type=oneshot
9RemainAfterExit=no
10
11[Install]
12WantedBy=pldmd.service