mirror of
https://github.com/falcosecurity/falco.git
synced 2026-03-19 19:22:05 +00:00
14 lines
242 B
Desktop File
14 lines
242 B
Desktop File
[Unit]
|
|
Description=Falco: Container Native Runtime Security
|
|
Documentation=https://falco.org/docs/
|
|
Before=falco.service
|
|
Wants=falco.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=root
|
|
ExecStart=/sbin/modprobe falco
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|