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