1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 20:55:20 +03:00
aports/testing/fluent-bit/fluent-bit.initd
Dermot Bradley ac1accaf66 testing/fluent-bit: upgrade to 1.6.10
Upgrade to version 1.6.10.
2021-01-24 16:53:07 +00:00

11 lines
165 B
Bash

#!/sbin/openrc-run
supervisor=supervise-daemon
name=fluent-bit
command="/usr/bin/fluent-bit"
command_args="$fluentbit_opts"
depend() {
need net
after firewall
}