Blame SOURCES/bacula-fd.sysconfig

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