summaryrefslogtreecommitdiffstats
path: root/base/common
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2017-05-22 22:34:58 +0200
committerEndi S. Dewata <edewata@redhat.com>2017-05-23 21:03:20 +0200
commit8016ed7972d9211e7f0db14e45bc9658a7b292ef (patch)
tree581e4894afa88205489aa9f90cc1b5604f8f1808 /base/common
parent0df4ba1372e0a5942806fda3b56f0b9ea70c6e05 (diff)
downloadpki-8016ed7972d9211e7f0db14e45bc9658a7b292ef.tar.gz
pki-8016ed7972d9211e7f0db14e45bc9658a7b292ef.tar.xz
pki-8016ed7972d9211e7f0db14e45bc9658a7b292ef.zip
Enabling all subsystems on startup.
The operations script has been modified to enable all subsystems on startup by default. If the selftest fails, the subsystem will be shutdown again automatically as before. A pki.conf option has been added to configure this behavior. https://pagure.io/dogtagpki/issue/2699 Change-Id: Iaf367ba2d88d73f377662eee5eafbb99e088ae50
Diffstat (limited to 'base/common')
-rw-r--r--base/common/share/etc/pki.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/base/common/share/etc/pki.conf b/base/common/share/etc/pki.conf
index e9b55221c..14bb8dd0b 100644
--- a/base/common/share/etc/pki.conf
+++ b/base/common/share/etc/pki.conf
@@ -60,3 +60,9 @@ export SSL_CIPHERS
# Key Wrapping: AES KeyWrap with Padding
KEY_WRAP_PARAMETER_SET=1
export KEY_WRAP_PARAMETER_SET
+
+# Auto-enable subsystems
+# This boolean parameter determines whether to automatically enable all
+# subsystems on startup.
+PKI_SERVER_AUTO_ENABLE_SUBSYSTEMS="true"
+export PKI_SERVER_AUTO_ENABLE_SUBSYSTEMS