blob: 3c8ce076c6ede21240a2f9e09134918449069c30 [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]
Souvik Royd476cf82025-08-26 04:36:41 +000011ExecStart=/usr/bin/wait-vpd-parser
Alpana Kumarib48e6ff2022-04-24 23:42:28 -050012Type=oneshot
13
14[Install]
Sunny Srivastavafa5e4d32023-03-12 11:59:49 -050015WantedBy=multi-user.target