aports/community/bareos/bareos-sd.initd
Valery Kartel b32c9583cb community/bareos: upgrade to 16.2.6, fixes
- many fixes in APKBUILD
- add perl as dependency, because some scripts use it
- add bat subpackage (qt administration tool)
- remove conf.d files because they are obsolete and incorrect
- rewrite init.d scripts
2017-08-28 06:46:19 +00:00

11 lines
132 B
Plaintext

#!/sbin/openrc-run
name="Bareos Storage"
command=/usr/sbin/bareos-sd
pidfile=/run/$RC_SVCNAME.pid
depend() {
need net
use dns
}