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