blob: 6b966f02b056835519264374991ba751b601b410 [file] [log] [blame]
Andrew Geisslerc2123532020-01-14 10:39:47 -06001[Unit]
2Description=Reboot If Enabled
3Wants=mapper-wait@-xyz-openbmc_project-control-host0-power_restore_policy.service
4After=mapper-wait@-xyz-openbmc_project-control-host0-power_restore_policy.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
9After=op-reset-chassis-on@%i.service
10ConditionPathExists=!/run/openbmc/chassis@%i-on
11
12[Service]
13Restart=no
14Type=oneshot
Andrew Geissler38b2e142020-05-06 14:40:34 -050015RemainAfterExit=yes
Andrew Geisslerc2123532020-01-14 10:39:47 -060016ExecStart=/usr/bin/phosphor-discover-system-state --host %i
17
18[Install]
19WantedBy=multi-user.target