Blame SOURCES/bacula-fd.sysconfig

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