Vishwanatha Subbanna | 79bc0a4 | 2017-08-22 21:34:43 +0530 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=OpenPOWER OCC Active Enable for host %I |
| 3 | Conflicts=obmc-host-stop@%i.target |
| 4 | Conflicts=op-occ-disable@%i.service |
| 5 | Wants=org.open_power.OCC.Control.service |
| 6 | After=org.open_power.OCC.Control.service |
Andrew Geissler | a5456ec | 2017-09-25 14:28:14 -0500 | [diff] [blame] | 7 | Wants=fsi-scan@%i.service |
| 8 | After=fsi-scan@%i.service |
Vishwanatha Subbanna | 79bc0a4 | 2017-08-22 21:34:43 +0530 | [diff] [blame] | 9 | ConditionPathExists=/run/openbmc/host@%i-on |
| 10 | |
| 11 | [Service] |
| 12 | ExecStart=/usr/bin/env occ-active.sh enable |
| 13 | SyslogIdentifier=occ-active.sh |
| 14 | Type=oneshot |
| 15 | |
| 16 | [Install] |
| 17 | WantedBy=obmc-host-start@%i.target |