Merge branch 'master' into f17

This commit is contained in:
Simone Caronni 2012-06-04 18:25:44 +02:00
commit 54a1514384
3 changed files with 19 additions and 2 deletions

View File

@ -2,4 +2,8 @@
# If no user is set bacula will run as root
DIR_USER=bacula
DIR_GROUP=bacula
DIR_GROUP=bacula
# Useful for debugging
#
# OPTS="-d 200"

View File

@ -4,9 +4,18 @@
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 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"

View File

@ -3,3 +3,7 @@
SD_USER=bacula
SD_GROUP=disk
# Useful for debugging
#
# OPTS="-d 200"