xref: /openbmc/phosphor-state-manager/service_files/phosphor-reset-host-running@.service (revision c212353d86b381dfe894e515a985d9ba9cbe7bad)
1[Unit]
2Description=Start host%i running after BMC reset
3After=obmc-host-reset-running@%i.target
4Requires=obmc-host-reset-running@%i.target
5ConditionPathExists=/run/openbmc/host@%i-on
6
7[Service]
8RemainAfterExit=no
9ExecStart=/bin/systemctl start obmc-host-start@%i.target
10
11
12[Install]
13WantedBy=obmc-host-reset@%i.target
14