blob: 325e8dcc13fa25f8159735171d1e5726deaaeaab [file] [log] [blame]
Michael Tritz1f792e02017-03-31 12:04:32 -05001[Unit]
2Description=Reboot If Enabled
3Wants=mapper-wait@-org-openbmc-settings-host%i.service
4After=mapper-wait@-org-openbmc-settings-host%i.service
5Wants=mapper-wait@-xyz-openbmc_project-state-host%i.service
6After=mapper-wait@-xyz-openbmc_project-state-host%i.service
7Wants=mapper-wait@-xyz-openbmc_project-state-chassis%i.service
8After=mapper-wait@-xyz-openbmc_project-state-chassis%i.service
9
10[Service]
11Restart=no
12Type=oneshot
13ExecStart={sbindir}/phosphor-discover-system-state --host %i
14
15[Install]
16WantedBy={SYSTEMD_DEFAULT_TARGET}