summaryrefslogtreecommitdiff
blob: df76a70ca3ee3781fe894253aaac74299ac7c576 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/sbin/openrc-run
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

command=/usr/sbin/bacula-dir
command_args="${DIR_OPTIONS}"
# make sure the following line matches the portnumber from bacula-dir.conf
pidfile=/var/run/bacula-dir.9101.pid

depend() {
	need net
	if [ "${LOCAL_DB}" -eq 1 ]; then
		:
	fi
	use dns bacula-fd bacula-sd
}