blob: 9a6ffe60b946be952e1e45ecdadc8d1c04a853dd [file] [log] [blame]
Andrew Geissler3a206592017-03-23 12:48:06 -05001[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
9# TODO: openbmc/openbmc#1205 - target name refactor
Josh D. Kinga283e072017-04-06 15:56:37 -050010ExecStart=/bin/systemctl start obmc-host-start@%i.target
Andrew Geissler3a206592017-03-23 12:48:06 -050011
12
13[Install]
14WantedBy=obmc-host-reset@%i.target