diff options
Diffstat (limited to 'community/bareos/bareos-fd.initd')
-rw-r--r-- | community/bareos/bareos-fd.initd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/bareos/bareos-fd.initd b/community/bareos/bareos-fd.initd new file mode 100644 index 0000000000..dc899b38c1 --- /dev/null +++ b/community/bareos/bareos-fd.initd @@ -0,0 +1,10 @@ +#!/sbin/openrc-run + +name="Bareos File" +command=/usr/sbin/bareos-fd +pidfile=/run/$RC_SVCNAME.pid + +depend() { + need net + use dns +} |