blob: 53bde5ad49d8c33106b8b031a4f049ea001a384f [file] [log] [blame]
Jayanth Othayotha089bd22021-07-30 01:32:31 -05001[Unit]
2Description=Import Host%i PHAL devtree attributes
3After=obmc-host-reset-running@%i.target
4Before=attn_handler.service
Adriana Kobylakbbb53392022-02-14 21:15:48 +00005After=openpower-update-bios-attr-table.service
Jayanth Othayotha089bd22021-07-30 01:32:31 -05006ConditionPathExists=/run/openbmc/chassis@%i-on
7ConditionPathExists=/run/openbmc/host@%i-on
8
9[Service]
10RemainAfterExit=yes
11Type=oneshot
12ExecStart=/usr/bin/openpower-proc-control importDevtree
13
14[Install]
15WantedBy=multi-user.target