1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
aports/testing/fluent-bit/fluent-bit.initd
2020-09-20 19:56:33 +00:00

11 lines
163 B
Text

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