Skip to content

Commit 8f0002b

Browse files
committed
snap: register network plug
Signed-off-by: Eduardo Silva <[email protected]>
1 parent 3c47d8c commit 8f0002b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

snap/snapcraft.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@ apps:
1515
service:
1616
command: fluent-bit -c $SNAP/etc/fluent-bit/fluent-bit.conf
1717
daemon: simple
18+
plugs:
19+
- network
20+
- network-bind
1821
fluent-bit:
1922
command: fluent-bit
23+
plugs:
24+
- network
25+
- network-bind
2026

2127
parts:
2228
fluent-bit:

0 commit comments

Comments
 (0)