1[Unit]
2Description=Phosphor Chassis%i State Manager
3Before=mapper-wait@-xyz-openbmc_project-state-chassis%i.service
4After=org.openbmc.control.Power@%i.service
5After=host-powerctrl.service
6
7[Service]
8ExecStartPre=/bin/sleep 5
9ExecStart=/usr/bin/phosphor-chassis-state-manager --chassis %i
10Restart=always
11Type=dbus
12BusName=xyz.openbmc_project.State.Chassis%i
13
14[Install]
15WantedBy=multi-user.target
16