mirror of
https://github.com/falcosecurity/falco.git
synced 2025-05-18 12:49:48 +00:00
Unify them; plus, rework systemd units to support eBPF too. Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
8 lines
166 B
SYSTEMD
8 lines
166 B
SYSTEMD
[Unit]
|
|
Description=Falco generic startup target [kmod,ebpf]
|
|
Requires=multi-user.target falco-%i.service
|
|
After=multi-user.target
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|