template-initconfig.5 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .\" Hey, EMACS: -*- nroff -*-
  2. .\" First parameter, NAME, should be all caps
  3. .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
  4. .\" other parameters are allowed: see man(7), man(1)
  5. .TH TEMPLATE-INITCONFIG 5 "Jun 26, 2018"
  6. .\" Please adjust this date whenever revising the manpage.
  7. .\"
  8. .\" Some roff macros, for reference:
  9. .\" .nh disable hyphenation
  10. .\" .hy enable hyphenation
  11. .\" .ad l left justify
  12. .\" .ad b justify to both left and right margins
  13. .\" .nf disable filling
  14. .\" .fi enable filling
  15. .\" .br insert line break
  16. .\" .sp <n> insert n+1 empty lines
  17. .\" for manpage-specific macros, see man(7)
  18. .SH NAME
  19. /etc/dirsrv/config/template-initconfig - Systemd configuration file used when starting a Directory Server instance.
  20. .SH SYNOPSIS
  21. /etc/dirsrv/config/template-initconfig
  22. .SH DESCRIPTION
  23. template-initconfig
  24. This file is sourced by dirsrv upon startup to set
  25. the default environment for a single specific directory
  26. server instances. To set defaults for all instances, edit
  27. the file in the same directory named dirsrv.
  28. These settings are used by the start-dirsrv and
  29. start-slapd scripts (as well as their associates stop
  30. and restart scripts). Do not edit them unless you know
  31. what you are doing.
  32. This file is in systemd EnvironmentFile format - see man systemd.exec
  33. .SH SYNTAX
  34. SERVER_DIR={{SERVER-DIR}}
  35. .br
  36. SERVERBIN_DIR={{SERVERBIN-DIR}}
  37. .br
  38. CONFIG_DIR={{CONFIG-DIR}}
  39. .br
  40. INST_DIR={{INST-DIR}}
  41. .br
  42. RUN_DIR={{RUN-DIR}}
  43. .br
  44. DS_ROOT={{DS-ROOT}}
  45. .br
  46. PRODUCT_NAME={{PRODUCT-NAME}}
  47. .br
  48. .SH AUTHOR
  49. template-initconfig was written by the 389 Project.
  50. .SH "REPORTING BUGS"
  51. Report bugs to https://github.com/389ds/389-ds-base/issues/new
  52. .SH COPYRIGHT
  53. Copyright \(co 2018 Red Hat, Inc.