Blame SOURCES/bacula-fd.sysconfig

13b78d
# User and group for bacula client
13b78d
# If no user is set bacula will run as root
13b78d
13b78d
FD_USER=root
13b78d
FD_GROUP=root
13b78d
13b78d
# Useful for debugging
13b78d
#
13b78d
# OPTS="-d 200"
13b78d
13b78d
13b78d
# Set the following options if you want to run bacula-fd with ReadAll
13b78d
# capabilities after UID/GID switch.
13b78d
#
13b78d
# This allows the File Daemon to keep root read but drop write permission.
13b78d
# This, however, has the side effect of disabling backups of extended
13b78d
# attributes because this requires super user privileges.
13b78d
#
13b78d
# OPTS="-k"
13b78d
# FD_USER="bacula"
13b78d
# FD_GROUP="bacula"