f583f57af6
After warm reboot is done, we need to disable warm reboot flag and tear down anything setup for warm reboot and persisted across. Signed-off-by: Ying Xie <ying.xie@microsoft.com>
12 lines
229 B
Desktop File
12 lines
229 B
Desktop File
[Unit]
|
|
Description=Monitor warm recovery and disable warmboot when done
|
|
Requires=database.service
|
|
After=database.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/finalize-warmboot.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|