Fix fresh dirsrv installs on Ubuntu 20.04
This commit is contained in:
22
site-cookbooks/kosmos-dirsrv/files/template-initconfig
Normal file
22
site-cookbooks/kosmos-dirsrv/files/template-initconfig
Normal file
@@ -0,0 +1,22 @@
|
||||
# This file is sourced by dirsrv upon startup to set
|
||||
# the default environment for a single specific directory
|
||||
# server instances. To set defaults for all instances, edit
|
||||
# the file in the same directory called dirsrv.
|
||||
|
||||
# These settings are used by the start-dirsrv and
|
||||
# start-slapd scripts (as well as their associates stop
|
||||
# and restart scripts). Do not edit them unless you know
|
||||
# what you are doing.
|
||||
|
||||
# This file is in systemd EnvironmentFile format - see man systemd.exec
|
||||
|
||||
SERVER_DIR={{SERVER-DIR}}
|
||||
SERVERBIN_DIR={{SERVERBIN-DIR}}
|
||||
CONFIG_DIR={{CONFIG-DIR}}
|
||||
INST_DIR={{INST-DIR}}
|
||||
RUN_DIR={{RUN-DIR}}
|
||||
DS_ROOT={{DS-ROOT}}
|
||||
PRODUCT_NAME={{PRODUCT-NAME}}
|
||||
|
||||
# Put custom instance specific settings below here.
|
||||
# if using systemd, omit the "; export VARNAME" at the end
|
||||
Reference in New Issue
Block a user