r/fluent-bit: Drop network.target requirement

The _network.target_ unit should be used for ordering only.  Listing it
as a `Requires=` dependency can cause _fluent-bit.service_ to fail to
start at all if the network takes slightly too long to initialize at
boot.
This commit is contained in:
2025-09-15 10:49:32 -05:00
parent 2cba5eb2e4
commit c2d26f1f59

View File

@@ -1,7 +1,6 @@
[Unit]
Description=Fluent Bit
Documentation=https://docs.fluentbit.io/manual/
Requires=network.target
After=network.target
StartLimitIntervalSec=5
StartLimitBurst=5