29d1ad8296
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/bacula#cac642c7f70b8ea04d1ec3d0abcf0afd9bb68e36
22 lines
516 B
Plaintext
22 lines
516 B
Plaintext
# User and group for bacula client
|
|
# If no user is set bacula will run as root
|
|
|
|
FD_USER=root
|
|
FD_GROUP=root
|
|
|
|
# Useful for debugging
|
|
#
|
|
# OPTS="-d 200"
|
|
|
|
|
|
# Set the following options if you want to run bacula-fd with ReadAll
|
|
# capabilities after UID/GID switch.
|
|
#
|
|
# This allows the File Daemon to keep root read but drop write permission.
|
|
# This, however, has the side effect of disabling backups of extended
|
|
# attributes because this requires super user privileges.
|
|
#
|
|
# OPTS="-k"
|
|
# FD_USER="bacula"
|
|
# FD_GROUP="bacula"
|