aboutsummaryrefslogtreecommitdiffstats
path: root/community/bareos/bareos-dir.initd
blob: 1ea2b6aecc2eececcf12132848de9a97aa39d9a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/sbin/openrc-run

name="Bareos Director"
command=/usr/sbin/bareos-dir
pidfile=/run/$RC_SVCNAME.pid

depend() {
	need net
	after firewall
	use dns bareos-fd bareos-sd postgresql mariadb
}