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 | ||||
4 | |||||
5 | [Service] | ||||
Michael Tritz | ebfbc5d | 2017-08-15 14:07:23 -0500 | [diff] [blame^] | 6 | ExecStart=/usr/bin/env occ-active.sh disable |
7 | SyslogIdentifier=occ-active.sh | ||||
Andrew Geissler | eef8101 | 2017-08-15 14:04:51 -0500 | [diff] [blame] | 8 | Type=oneshot |
9 | |||||
10 | [Install] | ||||
11 | WantedBy=obmc-host-stop@%i.target |