1[Unit]
2Description=Import Host%i PHAL devtree attributes
3After=obmc-host-reset-running@%i.target
4Before=attn_handler.service
5After=openpower-update-bios-attr-table.service
6ConditionPathExists=/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
16