I want to maintain fluent-bit in Factory and would like to use server:monitoring as the devel/feeder project. OBS-URL: https://build.opensuse.org/request/show/1100063 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/fluent-bit?expand=0&rev=1
15 lines
347 B
Desktop File
15 lines
347 B
Desktop File
[Unit]
|
|
Description=Fluent Bit
|
|
Documentation=https://docs.fluentbit.io/manual/
|
|
Requires=network.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=-/etc/sysconfig/fluent-bit
|
|
EnvironmentFile=-/etc/default/fluent-bit
|
|
ExecStart=/usr/bin/fluent-bit -c /etc/fluent-bit/fluent-bit.conf
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |