Lei YU | aaad5a5 | 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 | 5df2fe9 | 2017-04-06 14:43:46 -0500 | [diff] [blame] | 6 | Conflicts=obmc-chassis-poweroff@%i.target |
Lei YU | 6362802 | 2017-12-27 10:38:18 +0800 | [diff] [blame] | 7 | ConditionPathExists=!/run/openbmc/chassis@%i-on |
Lei YU | aaad5a5 | 2016-12-27 14:43:14 +0800 | [diff] [blame] | 8 | |
| 9 | [Service] |
Michael Tritz | bc3818e | 2017-08-15 14:07:23 -0500 | [diff] [blame] | 10 | ExecStart=/usr/bin/env vrm.sh |
| 11 | SyslogIdentifier=vrm.sh |
Lei YU | aaad5a5 | 2016-12-27 14:43:14 +0800 | [diff] [blame] | 12 | Type=oneshot |
| 13 | RemainAfterExit=yes |
| 14 | |
| 15 | [Install] |
Josh D. King | 5df2fe9 | 2017-04-06 14:43:46 -0500 | [diff] [blame] | 16 | WantedBy=obmc-chassis-poweron@%i.target |