summaryrefslogtreecommitdiff
path: root/app-backup/bareos/files/bareos-fd.initd
blob: 31d9342c1f0eb6e72e8904eb885379dfd020f234 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/sbin/openrc-run
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

depend() {
	use dns
}

command="/usr/sbin/bareos-fd"
command_args="${FD_OPTIONS}"
pidfile="/run/bareos/bareos-fd.9102.pid"