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 c6e207d commit c4c9bf4Copy full SHA for c4c9bf4
examples/systemd/netobserv-ebpf-agent
@@ -0,0 +1,7 @@
1
+# default settings for netobserv-ebpf-agent
2
+# used by systemd unit
3
+# /etc/default/netobserv-ebpf-agent
4
+
5
+DIRECTION=both
6
+FLOWS_TARGET_HOST=127.0.0.1
7
+FLOWS_TARGET_PORT=9999
examples/systemd/netobserv-ebpf-agent.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Netobserv eBPF Agent
+After=network.target
+[Service]
+EnvironmentFile=-/etc/default/netobserv-ebpf-agent
+ExecStart=/opt/netobserv-ebpf-agent/bin/netobserv-ebpf-agent
8
+Restart=on-failure
9
+Type=exec
10
11
+[Install]
12
+WantedBy=multi-user.target
0 commit comments