4
0

corosync-qnetd.sysconfig.example 618 B

12345678910111213
  1. # Corosync Qdevice Network daemon init script configuration file
  2. # COROSYNC_QNETD_OPTIONS specifies options passed to corosync-qnetd command
  3. # (default is no options).
  4. # See "man corosync-qnetd" for detailed descriptions of the options.
  5. COROSYNC_QNETD_OPTIONS=""
  6. # COROSYNC_QNETD_RUNAS specifies user under which qnetd daemon should be running
  7. # (not set or empty is default and means "user who executes init script")
  8. # Make sure to set correct owner of directories /etc/corosync/qnetd and
  9. # /var/run/corosync-qnetd
  10. # This has no effect if systemd unit is used (you have to change unit file)
  11. COROSYNC_QNETD_RUNAS=""