Xo Wang | e1dcc23 | 2016-11-30 17:02:18 -0800 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Fix up Zaius host refclock |
| 3 | Wants=obmc-host-start-pre@%i.target |
| 4 | Before=obmc-host-start-pre@%i.target |
| 5 | Wants=obmc-power-on@%i.target |
| 6 | After=obmc-power-on@%i.target |
John Wang | abef2cb | 2017-05-04 15:19:12 +0800 | [diff] [blame] | 7 | Before=fsi-scan@%i.service |
Josh D. King | efb04a1 | 2017-04-06 15:56:37 -0500 | [diff] [blame] | 8 | Conflicts=obmc-host-stop@%i.target |
Xo Wang | a70eb8a | 2017-06-02 14:42:07 -0700 | [diff] [blame] | 9 | ConditionPathExists=!/run/openbmc/chassis@%i-on |
Xo Wang | e1dcc23 | 2016-11-30 17:02:18 -0800 | [diff] [blame] | 10 | |
| 11 | [Service] |
| 12 | Restart=no |
| 13 | Type=oneshot |
| 14 | RemainAfterExit=yes |
Michael Tritz | 0ad3b1d | 2017-08-15 14:07:23 -0500 | [diff] [blame] | 15 | ExecStart=/usr/bin/env fix_zaius_refclock.sh |
| 16 | SyslogIdentifier=fix_zaius_refclock.sh |
Xo Wang | e1dcc23 | 2016-11-30 17:02:18 -0800 | [diff] [blame] | 17 | |
| 18 | [Install] |
Josh D. King | b9ee536 | 2017-04-06 14:43:46 -0500 | [diff] [blame] | 19 | RequiredBy=obmc-chassis-poweron@%i.target |