xref: /openbmc/openpower-occ-control/service_files/op-occ-enable@.service (revision 7bd6d148e4f204266fe8ffd3df8aa93cf0284cd0)
1[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
17