xref: /openbmc/openpower-proc-control/service_files/phal-import-devtree@.service.in (revision 4d5b5bfe01c5eb83823e2a92d4b1a26455eb87ee)
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