blob: a63e18611d1d4523fa437dc9494ce06ecfd8c8f4 [file] [log] [blame]
Deepak Kodihallia9cbc7e2017-03-24 07:44:16 -05001[Unit]
2Description=OpenPOWER OCC controller
3Wants=mapper-wait@-xyz-openbmc_project-inventory.service
4After=mapper-wait@-xyz-openbmc_project-inventory.service
5
6[Service]
Michael Tritzebfbc5d2017-08-15 14:07:23 -05007ExecStart=/usr/bin/env openpower-occ-control
8SyslogIdentifier=openpower-occ-control
Deepak Kodihallia9cbc7e2017-03-24 07:44:16 -05009Restart=always
10Type=dbus
11BusName={BUSNAME}
12
13[Install]
14WantedBy={SYSTEMD_DEFAULT_TARGET}