We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717ddc8 commit 4ea4df4Copy full SHA for 4ea4df4
snap/snapcraft.yaml
@@ -19,15 +19,15 @@ plugs:
19
20
apps:
21
service:
22
- command: usr/local/bin/fluent-bit -c $SNAP/usr/local/etc/fluent-bit/fluent-bit.conf
+ command: usr/bin/fluent-bit -c $SNAP/usr/etc/fluent-bit/fluent-bit.conf
23
daemon: simple
24
plugs:
25
- network
26
- network-bind
27
- read-config
28
29
fluent-bit:
30
- command: usr/local/bin/fluent-bit
+ command: usr/bin/fluent-bit
31
32
33
@@ -57,6 +57,7 @@ parts:
57
- libyaml-dev
58
- postgresql-server-dev-all
59
cmake-parameters:
60
+ - -DCMAKE_INSTALL_PREFIX=/usr
61
- -DFLB_DEBUG=On
62
- -DFLB_OUT_KAFKA=On
63
- -DFLB_JEMALLOC=On
0 commit comments