blob: 8b39310fd19b9ea29e779ff600f5362ab6064303 [file] [log] [blame]
Sunny Srivastavafa5e4d32023-03-12 11:59:49 -05001#currently these services are added just for backward compatibility.
2#It will perform no task in the system and will be eventually removed.
3
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004[Unit]
5Description=Wait for VPD Collection Services to complete
Sunny Srivastavafa5e4d32023-03-12 11:59:49 -05006Wants=vpd-manager.service
7After=vpd-manager.service
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05008After=set-spi-mux.service
9
10[Service]
Sunny Srivastavafa5e4d32023-03-12 11:59:49 -050011ExecStart=/usr/bin/wait-vpd-status.sh
Alpana Kumarib48e6ff2022-04-24 23:42:28 -050012Type=oneshot
13
14[Install]
Sunny Srivastavafa5e4d32023-03-12 11:59:49 -050015WantedBy=multi-user.target