blob: 54311019c2e16d257f1c36bb11a0ecccf1867a23 [file] [log] [blame]
Chris Cain7bd6d142023-01-11 13:41:09 -06001[Unit]
2Description=OpenPOWER OCC Active Enable for host %I
3Conflicts=obmc-host-stop@%i.target
4Conflicts=op-occ-disable@%i.service
5Wants=org.open_power.OCC.Control.service
6After=org.open_power.OCC.Control.service
7Wants=fsi-scan@%i.service
8After=fsi-scan@%i.service
9ConditionPathExists=/run/openbmc/host@%i-on
10
11[Service]
12ExecStart=/usr/bin/occ-active.sh enable
13Type=oneshot
14
15[Install]
16WantedBy=obmc-host-start@%i.target