Ken Chen | fd74c19 | 2018-01-30 09:51:50 +0800 | [diff] [blame^] | 1 | [Unit] |
2 | Description=Remove IR38163 device | ||||
3 | After=obmc-power-off@%i.target | ||||
4 | Conflicts=obmc-chassis-poweron@%i.target | ||||
5 | |||||
6 | [Service] | ||||
7 | ExecStart=/usr/bin/env ir38163_workaround.sh rm | ||||
8 | SyslogIdentifier=ir38163_workaround.sh | ||||
9 | Type=oneshot | ||||
10 | RemainAfterExit=yes | ||||
11 | |||||
12 | [Install] | ||||
13 | WantedBy=obmc-host-stop@%i.target |