xref: /openbmc/openpower-vpd-parser/service_files/wait-vpd-parsers.service (revision 93b7b14cb362f868c199d5350d44c28dfa06a855)
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
8#After=set-spi-mux.service
9
10[Service]
11ExecStart=/usr/bin/wait-vpd-parser
12Type=oneshot
13
14[Install]
15# TODO revert the below
16#WantedBy=multi-user.target
17WantedBy=basic.target
18