logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

unrealircd.confd-r3 (1301B)


  1. # Copyright 1999-2018 Gentoo Authors
  2. # Distributed under the terms of the GNU General Public License v2
  3. # Which configuration file to load instead of unrealircd.conf. If you
  4. # want to run multiple instances of unrealircd, you must edit
  5. # files::pidfile to match UNREALIRCD_PIDFILE. You should also ensure
  6. # that files::tunefile is different for each unrealircd instance. See
  7. # https://www.unrealircd.org/docs/Configuration#Files_block
  8. #
  9. # To support multiple instances of unrealircd, you may create symlinks
  10. # in /etc/init.d pointing to /etc/init.d/unrealircd. It is recommended
  11. # that the scheme unrealircd.${instance_name} be used. For each
  12. # instance, you may make a copy of this file with the appropriate name
  13. # to override default options specific to that instance.
  14. UNREALIRCD_CONF="/etc/unrealircd/${SVCNAME}.conf"
  15. # The path where unrealircd is configured to create its pidfile.
  16. UNREALIRCD_PIDFILE="/run/unrealircd/${SVCNAME#unreal}.pid"
  17. # extra options to pass to unrealircd ...
  18. # You should not specify the -f option here; use
  19. # UNREALIRCD_CONF instead.
  20. #
  21. # [-h servername]
  22. # [-p portnumber]
  23. # [-x loglevel]
  24. # [-t] (to enable debug output)
  25. UNREALIRCD_OPTS=""
  26. # Extra flags to pass to start-stop-daemon. When initially
  27. # debugging, removing --quiet may help.
  28. UNREALIRCD_SSD_OPTS="--quiet"