mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
- 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
11 lines
132 B
Plaintext
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
|
|
}
|