bacula/bacula-fd.sysconfig
2011-12-06 09:48:33 +01:00

13 lines
342 B
Plaintext

# User and group for bacula client
# If no user is set bacula will run as root
FD_USER=root
FD_GROUP=root
# 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.
# OPTS="-k"
# FD_USER="bacula"
# FD_GROUP="bacula"