Sergey Solomin | 0d6254b | 2016-11-11 13:08:28 -0600 | [diff] [blame] | 1 | [Unit] |
Xo Wang | db46e12 | 2016-12-15 13:59:06 -0800 | [diff] [blame] | 2 | Description=Run VCS workaround on host%i |
| 3 | Wants=obmc-host-start-pre@%i.target |
| 4 | Before=obmc-host-start-pre@%i.target |
Sergey Solomin | 0d6254b | 2016-11-11 13:08:28 -0600 | [diff] [blame] | 5 | Wants=obmc-power-on@%i.target |
| 6 | After=obmc-power-on@%i.target |
Matt Spinler | dbf1310 | 2017-09-18 15:40:44 -0500 | [diff] [blame] | 7 | Wants=fsi-scan@%i.service |
| 8 | After=fsi-scan@%i.service |
Josh D. King | 9d5d7f4 | 2017-04-06 14:43:46 -0500 | [diff] [blame] | 9 | Conflicts=obmc-chassis-poweroff@%i.target |
Andrew Geissler | 62e1285 | 2017-03-02 16:25:43 -0600 | [diff] [blame] | 10 | ConditionPathExists=!/run/openbmc/chassis@%i-on |
Sergey Solomin | 0d6254b | 2016-11-11 13:08:28 -0600 | [diff] [blame] | 11 | |
| 12 | [Service] |
Michael Tritz | ebfbc5d | 2017-08-15 14:07:23 -0500 | [diff] [blame] | 13 | ExecStart=/usr/bin/env openpower-proc-control vcsWorkaround |
| 14 | SyslogIdentifier=openpower-proc-control |
Sergey Solomin | 0d6254b | 2016-11-11 13:08:28 -0600 | [diff] [blame] | 15 | Type=oneshot |
| 16 | RemainAfterExit=yes |
| 17 | |
| 18 | [Install] |
Josh D. King | 9d5d7f4 | 2017-04-06 14:43:46 -0500 | [diff] [blame] | 19 | WantedBy=obmc-chassis-poweron@%i.target |