blob: a70257e18ac3e35675691ed8947ffa6bb9cd077d [file] [log] [blame]
Andrew Geissler9f8770e2017-01-10 15:12:03 -06001[Unit]
2Description=Phosphor Host State Manager
Deepak Kodihallie153aeb2017-07-25 10:14:28 -05003Wants=mapper-wait@-xyz-openbmc_project-control-host0-auto_reboot.service
4After=mapper-wait@-xyz-openbmc_project-control-host0-auto_reboot.service
Andrew Geissler9f8770e2017-01-10 15:12:03 -06005Wants=mapper-wait@-org-openbmc-managers-System.service
6After=mapper-wait@-org-openbmc-managers-System.service
7Before=mapper-wait@-xyz-openbmc_project-state-host.service
Andrew Geisslere4f314a2017-08-08 15:21:19 -05008After=phosphor-reset-host-running@0.service
Andrew Geissler9f8770e2017-01-10 15:12:03 -06009
10[Service]
Michael Tritzfbd81be2017-08-15 14:07:23 -050011ExecStart=/usr/bin/env phosphor-host-state-manager
12SyslogIdentifier=phosphor-host-state-manager
Andrew Geissler9f8770e2017-01-10 15:12:03 -060013Restart=always
14Type=dbus
15BusName={BUSNAME}
16
17[Install]
18WantedBy={SYSTEMD_DEFAULT_TARGET}