| Christopher Bostic | 1fd06ed | 2017-06-07 16:12:27 -0500 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=power on mode unbind ir35221 device driver devs | ||||
| 3 | Wants=obmc-power-start-pre@%i.target | ||||
| 4 | Before=obmc-power-start-pre@%i.target | ||||
| 5 | Conflicts=obmc-chassis-poweroff@%i.target | ||||
| 6 | ConditionPathExists=!/run/openbmc/chassis@%i-on | ||||
| 7 | |||||
| 8 | [Service] | ||||
| 9 | ExecStart=/usr/bin/ir35221-unbind-bind.sh unbind | ||||
| 10 | Type=oneshot | ||||
| 11 | RemainAfterExit=yes | ||||
| 12 | |||||
| 13 | [Install] | ||||
| 14 | WantedBy=obmc-chassis-poweron@%i.target | ||||