summaryrefslogtreecommitdiff
blob: 59a87a057da3b5163a69c853cc709949074b1bca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/files/3.0.3/bacula-dir-conf,v 1.1 2009/11/08 17:14:46 wschlich Exp $

# Config file for /etc/init.d/bacula-dir

# If the database server where you store your bacula catalog
# is on a different machine, please set this to 0.
LOCAL_DB=1

# Options for the director daemon.
# The DIR can be run as a non-root user, however
# please ensure that this user has proper permissions to
# access your backup devices.
DIR_OPTIONS="-u root -g bacula -c /etc/bacula/bacula-dir.conf"