blob: 3543946e52f99e86214c14fe25c3adae88143354 [file] [log] [blame]
Dhruvaraj Subhashchandran3506c182020-02-18 05:28:39 -06001[Unit]
2Description=Start memory preserving reboot host%i
3Wants=obmc-host-stop-pre@%i.target
4Before=obmc-host-stop-pre@%i.target
5After=op-stop-instructions@%i.service
6Conflicts=obmc-host-startmin@%i.target
7
8[Service]
9RemainAfterExit=yes
10Type=oneshot
11ExecStart=/usr/bin/openpower-proc-control enterMpReboot
Dhruvaraj Subhashchandran5e9a59f2020-03-17 12:49:17 -050012ExecStart=/bin/mkdir -p /run/openbmc/
13ExecStart=/bin/touch /run/openbmc/mpreboot@%i
Dhruvaraj Subhashchandran3506c182020-02-18 05:28:39 -060014
15[Install]
16WantedBy=obmc-host-diagnostic-mode@%i.target