corosync-qnetd.sysconfig.example 868 B

123456789101112131415161718
  1. # Configuration file for the Corosync Qdevice Network daemon init script,
  2. # systemd unit and corosync-qnetd-certutil tool.
  3. # COROSYNC_QNETD_OPTIONS specifies options passed to corosync-qnetd command
  4. # (default is no options).
  5. # See "man corosync-qnetd" for detailed descriptions of the options.
  6. COROSYNC_QNETD_OPTIONS=""
  7. # COROSYNC_QNETD_RUNAS specifies user under which qnetd daemon should be running
  8. # (not set or empty is default and means "user who executes init script")
  9. # Make sure to set correct owner of directories /etc/corosync/qnetd and
  10. # /var/run/corosync-qnetd
  11. # This has no effect if systemd unit is used (you have to change unit file)
  12. COROSYNC_QNETD_RUNAS=""
  13. # COROSYNC_QNETD_CERTUTIL_KEY_SIZE specifies the key size to use when generating
  14. # new public and private key pairs. This is equivalent to the -g option.
  15. #COROSYNC_QNETD_CERTUTIL_KEY_SIZE=""