2025-08-10 01:34:16 +02:00

30 lines
1017 B
Plaintext

# BeeGFS mon service configuration.
# Note: This file is only used together with sysV init scripts.
# If your system uses systemd, this file is ignored.
# In this case:
#
# - use `systemctl enable / disable` to activate / decativate a service
#
# - systemd service templates are used for multimode
# (See https://www.beegfs.io/wiki/MultiMode)
#
#
# Set to "NO" to disable start of the BeeGFS mon daemon via the init
# script.
START_SERVICE="YES"
# Set to "YES" if you want to start multiple mon daemons with different
# configuration files on this machine.
#
# Create a subdirectory with the ending ".d" in "/etc/beegfs/" for every config
# file. The subdirectory name will be used to identify a particular server
# instance for init script start/stop.
#
# Note: The original config file in /etc/beegfs will not be used when multi-mode
# is enabled.
#
# Example: /etc/beegfs/scratch.d/beegfs-mon.conf
# $ /etc/init.d/beegfs-mon start scratch
MULTI_MODE="NO"