xref: /openbmc/phosphor-state-manager/service_files/xyz.openbmc_project.State.Chassis@.service (revision 75ac2be3a44ec67170cfda77b01dcda012899220)
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
5
6[Service]
7ExecStartPre=/bin/mkdir -p /run/openbmc/
8ExecStart=/usr/bin/phosphor-chassis-state-manager --chassis %i
9Restart=always
10Type=dbus
11BusName=xyz.openbmc_project.State.Chassis%i
12
13[Install]
14WantedBy=multi-user.target
15