We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b991ef5 commit 6473a18Copy full SHA for 6473a18
script-config.sh
@@ -226,8 +226,12 @@ BEFORE_HOOK_CMD=""
226
# last command.
227
# This option does not have any effect if CUSTOM_HOOK is set to 0
228
# Use NAME for a friendly name, CMD for the command itself.
229
+# Set EXECUTE_BEFORE_SPINDOWN to 1, if you have hd-idle configured
230
+# to spin down your disks in the end and want the custom hook to be
231
+# executed before that. Default is execution after spindown.
232
AFTER_HOOK_NAME=""
233
AFTER_HOOK_CMD=""
234
+EXECUTE_BEFORE_SPINDOWN=0
235
236
####################### USER CONFIGURATION END #######################
237
0 commit comments