mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 20:55:20 +03:00
11 lines
165 B
Bash
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
|
|
}
|