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