mirror of
https://github.com/falcosecurity/falco.git
synced 2025-05-15 11:19:30 +00:00
11 lines
254 B
Desktop File
11 lines
254 B
Desktop File
[Unit]
|
|
Description=Falco: Container Native Runtime Security with kmod, inject.
|
|
Documentation=https://falco.org/docs/
|
|
PartOf=falco-kmod.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
User=root
|
|
ExecStart=/sbin/modprobe falco
|
|
ExecStop=/sbin/rmmod falco |