dirsrv.5 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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 DIRSRV 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/sysconfig/dirsrv - Systemd EnvironmentFile that affects all Directory Server instances.
  20. .SH SYNOPSIS
  21. /etc/sysconfig/dirsrv
  22. .SH DESCRIPTION
  23. dirsrv
  24. This file is sourced by dirsrv upon startup to set
  25. the default environment for all directory server instances.
  26. To set instance specific defaults, use the file in the same
  27. directory called dirsrv-instance where "instance"
  28. is the name of your directory server instance e.g.
  29. dirsrv-localhost for the slapd-localhost instance.
  30. This file is in systemd EnvironmentFile format - see man systemd.exec
  31. .SH EXAMPLE
  32. LD_PRELOAD=/usr/lib64/dirsrv/lib/libjemalloc.so
  33. .SH AUTHOR
  34. dirsrv was written by the 389 Project.
  35. .SH "REPORTING BUGS"
  36. Report bugs to https://pagure.io/389-ds-base/new_issue
  37. .SH COPYRIGHT
  38. Copyright \(co 2018 Red Hat, Inc.