Patrick Williams | 211d972 | 2022-04-07 21:24:33 -0500 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Phosphor Scheduled Host%i Transition Manager |
Andrew Geissler | c568ac1 | 2024-01-02 11:06:16 -0600 | [diff] [blame] | 3 | Wants=xyz.openbmc_project.State.Host@%i.service |
| 4 | After=xyz.openbmc_project.State.Host@%i.service |
Patrick Williams | 211d972 | 2022-04-07 21:24:33 -0500 | [diff] [blame] | 5 | |
| 6 | [Service] |
| 7 | ExecStart=/usr/bin/phosphor-scheduled-host-transition --host %i |
| 8 | Restart=always |
| 9 | Type=dbus |
| 10 | BusName=xyz.openbmc_project.State.ScheduledHostTransition%i |
| 11 | |
| 12 | [Install] |
| 13 | WantedBy=multi-user.target |