Blame SOURCES/bacula-fd.sysconfig

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