xref: /openbmc/openpower-vpd-parser/service_files/wait-vpd-parsers.service (revision d476cf8350336e7fbf0082293e1b1f365442d98d)
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-parser
12Type=oneshot
13
14[Install]
15WantedBy=multi-user.target