Sunny Srivastava | fa5e4d3 | 2023-03-12 11:59:49 -0500 | [diff] [blame] | 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 | |
Alpana Kumari | b48e6ff | 2022-04-24 23:42:28 -0500 | [diff] [blame] | 4 | [Unit] |
| 5 | Description=Wait for VPD Collection Services to complete |
Sunny Srivastava | fa5e4d3 | 2023-03-12 11:59:49 -0500 | [diff] [blame] | 6 | Wants=vpd-manager.service |
| 7 | After=vpd-manager.service |
Alpana Kumari | b48e6ff | 2022-04-24 23:42:28 -0500 | [diff] [blame] | 8 | After=set-spi-mux.service |
| 9 | |
| 10 | [Service] |
Sunny Srivastava | fa5e4d3 | 2023-03-12 11:59:49 -0500 | [diff] [blame] | 11 | ExecStart=/usr/bin/wait-vpd-status.sh |
Alpana Kumari | b48e6ff | 2022-04-24 23:42:28 -0500 | [diff] [blame] | 12 | Type=oneshot |
| 13 | |
| 14 | [Install] |
Sunny Srivastava | fa5e4d3 | 2023-03-12 11:59:49 -0500 | [diff] [blame] | 15 | WantedBy=multi-user.target |