blob: 0fb716c3dbe48aed899cd1a591ccbae50ae2a7f4 [file] [log] [blame]
[Unit]
Description=Start/Stop the active BMC target helper
After=obmc-bmc-active.target
PartOf=obmc-bmc-active.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStartPre=mkdir -p /run/openbmc/
ExecStart=/bin/touch /run/openbmc/active-bmc
ExecStop=/bin/rm -f /run/openbmc/active-bmc