gluon-packages/admin/autoupdater/files/usr/lib/autoupdater/abort.d
Matthias Schiffer b7ce1a2002 autoupdater: add download.d and abort.d directories
All executables in download.d are executed before after the update manifest
has been verified, but before the image is downloaded. This can be used to
stop non-essential services to free RAM.

abort.d is run when the download has failed and should revert the actions
of download.d.
2016-01-11 22:03:55 +01:00
..
README autoupdater: add download.d and abort.d directories 2016-01-11 22:03:55 +01:00

README

Executable files in abort.d will be executed if downloading the upgrade
image has failed and should revert the actions from download.d.

We can't really do anything when the download has succeeded, but the
flashing has failed, as the autoupdater process will have been replaced by
sysupgrade by then.