Blame SOURCES/bacula-fd.sysconfig

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