Lei YU | 3dd1eea | 2016-12-27 14:43:14 +0800 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Apply voltage overrides to VRMs |
| 3 | Wants=avsbus-disable@%i.service |
| 4 | After=avsbus-disable@%i.service |
| 5 | Before=avsbus-enable@%i.service |
Josh D. King | b9ee536 | 2017-04-06 14:43:46 -0500 | [diff] [blame] | 6 | Conflicts=obmc-chassis-poweroff@%i.target |
Lei YU | 79e706b | 2017-12-27 10:38:18 +0800 | [diff] [blame] | 7 | ConditionPathExists=!/run/openbmc/chassis@%i-on |
Lei YU | 3dd1eea | 2016-12-27 14:43:14 +0800 | [diff] [blame] | 8 | |
| 9 | [Service] |
Michael Tritz | 0ad3b1d | 2017-08-15 14:07:23 -0500 | [diff] [blame] | 10 | ExecStart=/usr/bin/env vrm.sh |
| 11 | SyslogIdentifier=vrm.sh |
Lei YU | 3dd1eea | 2016-12-27 14:43:14 +0800 | [diff] [blame] | 12 | Type=oneshot |
| 13 | RemainAfterExit=yes |
| 14 | |
| 15 | [Install] |
Josh D. King | b9ee536 | 2017-04-06 14:43:46 -0500 | [diff] [blame] | 16 | WantedBy=obmc-chassis-poweron@%i.target |