You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-backup/bacula/files/newscripts/bacula-dir.initd

16 lines
315 B

#!/sbin/openrc-run
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
command=/usr/sbin/bacula-dir
command_args="${DIR_OPTIONS}"
pidfile=/var/run/bacula-dir.9101.pid
depend() {
need net
if [ "${LOCAL_DB}" -eq 1 ]; then
:
fi
use dns bacula-fd bacula-sd
}