gluon-packages/admin/autoupdater/files/usr/lib/autoupdater/download.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
..
95drop_caches autoupdater: add download.d and abort.d directories 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 download.d will be executed after the update manifest
has been verified, but before the actual image is downloaded.