Blame SOURCES/bacula-fd.sysconfig

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