Skip to content
Snippets Groups Projects
Unverified Commit c4c9bf43 authored by Joe Williams's avatar Joe Williams Committed by GitHub
Browse files

create systemd unit example (#59)

parent c6e207d0
Branches
Tags
No related merge requests found
# default settings for netobserv-ebpf-agent
# used by systemd unit
# /etc/default/netobserv-ebpf-agent
DIRECTION=both
FLOWS_TARGET_HOST=127.0.0.1
FLOWS_TARGET_PORT=9999
[Unit]
Description=Netobserv eBPF Agent
After=network.target
[Service]
EnvironmentFile=-/etc/default/netobserv-ebpf-agent
ExecStart=/opt/netobserv-ebpf-agent/bin/netobserv-ebpf-agent
Restart=on-failure
Type=exec
[Install]
WantedBy=multi-user.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment