1[Unit] 2Description=Phosphor Scheduled Host%i Transition Manager 3Wants=obmc-mapper.target 4After=obmc-mapper.target 5Wants=xyz.openbmc_project.State.Host%i.service 6After=xyz.openbmc_project.State.Host%i.service 7Wants=xyz.openbmc_project.Logging.service 8After=xyz.openbmc_project.Logging.service 9 10[Service] 11ExecStart=/usr/bin/phosphor-scheduled-host-transition --host %i 12Restart=always 13Type=dbus 14BusName=xyz.openbmc_project.State.ScheduledHostTransition%i 15 16[Install] 17WantedBy=multi-user.target 18