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

depend() {
	use dns
}

command="/usr/sbin/bareos-fd"
command_args="-f ${DIR_OPTIONS}"
command_background="true"
pidfile="/run/bareos/bareos-fd.9102.pid"