blob: 0fb716c3dbe48aed899cd1a591ccbae50ae2a7f4 [file] [log] [blame]
Matt Spinler05303cf2024-05-10 12:59:21 -05001[Unit]
2Description=Start/Stop the active BMC target helper
3After=obmc-bmc-active.target
4PartOf=obmc-bmc-active.target
5
6[Service]
7Type=oneshot
8RemainAfterExit=yes
9ExecStartPre=mkdir -p /run/openbmc/
10ExecStart=/bin/touch /run/openbmc/active-bmc
11ExecStop=/bin/rm -f /run/openbmc/active-bmc