xref: /openbmc/openpower-vpd-parser/service_files/wait-vpd-parsers.service (revision fa5e4d325ef9cea3c841fe89d202c340f92bd8c6)
1#currently these services are added just for backward compatibility.
2#It will perform no task in the system and will be eventually removed.
3
4[Unit]
5Description=Wait for VPD Collection Services to complete
6Wants=vpd-manager.service
7After=vpd-manager.service
8After=set-spi-mux.service
9
10[Service]
11ExecStart=/usr/bin/wait-vpd-status.sh
12Type=oneshot
13
14[Install]
15WantedBy=multi-user.target