summaryrefslogtreecommitdiffstats
path: root/imagrc.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-05-26 18:42:20 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-05-26 21:04:05 +0200
commit376832631a8fd0c12336c13ef3ca0302ea830df3 (patch)
tree1e89cdc2176c40ba347ff6c5011d622d57a83d36 /imagrc.toml
parent2ad5cb48aa3fc763207d1f8ab9b4c20974f56af7 (diff)
Add entry in example config file
Diffstat (limited to 'imagrc.toml')
-rw-r--r--imagrc.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/imagrc.toml b/imagrc.toml
index 8c65046f..148e53d0 100644
--- a/imagrc.toml
+++ b/imagrc.toml
@@ -3,6 +3,10 @@
[store]
+# Hooks which get executed right before the Store is closed.
+# They get the store path as StoreId passed, so they can alter the complete
+# store, so these hooks should be chosen carefully.
+store-unload-hook-aspects = [ "debug" ]
pre-create-hook-aspects = [ "debug" ]
post-create-hook-aspects = [ "debug" ]