Jayanth Othayoth | a089bd2 | 2021-07-30 01:32:31 -0500 | [diff] [blame] | 1 | [Unit] |
2 | Description=Import Host%i PHAL devtree attributes | ||||
3 | After=obmc-host-reset-running@%i.target | ||||
4 | Before=attn_handler.service | ||||
5 | ConditionPathExists=/run/openbmc/chassis@%i-on | ||||
6 | ConditionPathExists=/run/openbmc/host@%i-on | ||||
7 | |||||
8 | [Service] | ||||
9 | RemainAfterExit=yes | ||||
10 | Type=oneshot | ||||
11 | ExecStart=/usr/bin/openpower-proc-control importDevtree | ||||
12 | |||||
13 | [Install] | ||||
14 | WantedBy=multi-user.target |