Matt Spinler | 05303cf | 2024-05-10 12:59:21 -0500 | [diff] [blame] | 1 | [Unit] |
2 | Description=Start/Stop the active BMC target helper | ||||
3 | After=obmc-bmc-active.target | ||||
4 | PartOf=obmc-bmc-active.target | ||||
5 | |||||
6 | [Service] | ||||
7 | Type=oneshot | ||||
8 | RemainAfterExit=yes | ||||
9 | ExecStartPre=mkdir -p /run/openbmc/ | ||||
10 | ExecStart=/bin/touch /run/openbmc/active-bmc | ||||
11 | ExecStop=/bin/rm -f /run/openbmc/active-bmc |