xref: /openbmc/phosphor-state-manager/service_files/xyz.openbmc_project.State.BMC.service (revision 46068d9bc18bcef2f272db2f90726cb5fe348878)
1[Unit]
2Description=Phosphor BMC State Manager
3Before=mapper-wait@-xyz-openbmc_project-state-bmc.service
4After=xyz.openbmc_project.State.Chassis@0.service
5
6
7[Service]
8ExecStart=/usr/bin/phosphor-bmc-state-manager
9Restart=always
10Type=dbus
11BusName=xyz.openbmc_project.State.BMC
12
13[Install]
14WantedBy=multi-user.target
15