mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 19:55:26 +03:00
11 lines
163 B
Text
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
|
|
}
|