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:
@@ -1,7 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Fluent Bit
|
Description=Fluent Bit
|
||||||
Documentation=https://docs.fluentbit.io/manual/
|
Documentation=https://docs.fluentbit.io/manual/
|
||||||
Requires=network.target
|
|
||||||
After=network.target
|
After=network.target
|
||||||
StartLimitIntervalSec=5
|
StartLimitIntervalSec=5
|
||||||
StartLimitBurst=5
|
StartLimitBurst=5
|
||||||
|
|||||||
Reference in New Issue
Block a user