summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/keystone.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/keystone.conf.sample b/etc/keystone.conf.sample
index 4f146d91..7d3d52c8 100644
--- a/etc/keystone.conf.sample
+++ b/etc/keystone.conf.sample
@@ -46,6 +46,10 @@
# Format string for %(asctime)s in log records.
# log_date_format = %Y-%m-%d %H:%M:%S
+# onready allows you to run a command when the process is ready to serve
+# for example to have it notify using systemd, one could set
+# onready = systemd-notify --ready
+
[sql]
# The SQLAlchemy connection string used to connect to the database
# connection = sqlite:///keystone.db