summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor/occ/openpower-occ-control/org.open_power.OCC.Control.service
blob: 10ac0ee94d370fdcd39349cb100e220654f984bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=OpenPOWER OCC controller
Wants=mapper-wait@-xyz-openbmc_project-inventory.service
After=mapper-wait@-xyz-openbmc_project-inventory.service
Wants=obmc-host-reset-running@0.target
After=obmc-host-reset-running@0.target
After=fsi-scan@0.service

[Service]
ExecStart=/usr/bin/env openpower-occ-control
SyslogIdentifier=openpower-occ-control
Restart=always
Type=dbus
BusName={BUSNAME}

[Install]
WantedBy=multi-user.target