Andrew Geissler | eef8101 | 2017-08-15 14:04:51 -0500 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=OpenPOWER OCC Active Disable |
| 3 | Before=obmc-host-stop-pre@%i.target |
Vishwanatha Subbanna | 5890fa7 | 2017-08-22 21:34:43 +0530 | [diff] [blame] | 4 | Conflicts=op-occ-enable@%i.service |
Andrew Geissler | eef8101 | 2017-08-15 14:04:51 -0500 | [diff] [blame] | 5 | |
| 6 | [Service] |
Michael Tritz | ebfbc5d | 2017-08-15 14:07:23 -0500 | [diff] [blame] | 7 | ExecStart=/usr/bin/env occ-active.sh disable |
| 8 | SyslogIdentifier=occ-active.sh |
Andrew Geissler | eef8101 | 2017-08-15 14:04:51 -0500 | [diff] [blame] | 9 | Type=oneshot |
| 10 | |
| 11 | [Install] |
| 12 | WantedBy=obmc-host-stop@%i.target |