Potin Lai | 70f36d8 | 2022-03-15 10:25:39 +0800 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Phosphor Chassis%i State Manager |
| 3 | Before=mapper-wait@-xyz-openbmc_project-state-chassis%i.service |
Potin Lai | 70f36d8 | 2022-03-15 10:25:39 +0800 | [diff] [blame] | 4 | After=org.openbmc.control.Power@%i.service |
Potin Lai | 70f36d8 | 2022-03-15 10:25:39 +0800 | [diff] [blame] | 5 | |
| 6 | [Service] |
Anusha Dathatri | 75ac2be | 2024-04-22 10:26:29 -0500 | [diff] [blame] | 7 | ExecStartPre=/bin/mkdir -p /run/openbmc/ |
Potin Lai | 70f36d8 | 2022-03-15 10:25:39 +0800 | [diff] [blame] | 8 | ExecStart=/usr/bin/phosphor-chassis-state-manager --chassis %i |
| 9 | Restart=always |
| 10 | Type=dbus |
| 11 | BusName=xyz.openbmc_project.State.Chassis%i |
| 12 | |
| 13 | [Install] |
| 14 | WantedBy=multi-user.target |