Ken Chen | fd74c19 | 2018-01-30 09:51:50 +0800 | [diff] [blame] | 1 | [Unit] |
2 | Description=Add IR38163 device | ||||
3 | Wants=obmc-power-start@%i.target | ||||
4 | Before=obmc-power-start@%i.target | ||||
5 | Conflicts=obmc-chassis-poweroff@%i.target | ||||
6 | ConditionPathExists=!/run/openbmc/chassis@%i-on | ||||
7 | |||||
8 | [Service] | ||||
9 | ExecStart=/usr/bin/env ir38163_workaround.sh add | ||||
10 | SyslogIdentifier=ir38163_workaround.sh | ||||
11 | Type=oneshot | ||||
12 | RemainAfterExit=yes | ||||
13 | |||||
14 | [Install] | ||||
15 | WantedBy=obmc-host-start@%i.target | ||||
16 |