[Unit] Description=Falco: Container Native Runtime Security Documentation=https://falco.org/docs/ [Service] Type=simple User=root ExecStartPre=/sbin/modprobe falco ExecStart=/usr/bin/falco --pidfile=/var/run/falco.pid ExecStopPost=/sbin/rmmod falco UMask=0077 TimeoutSec=30 RestartSec=15s Restart=on-failure PrivateTmp=true NoNewPrivileges=yes ProtectHome=read-only ProtectSystem=full ProtectKernelTunables=true RestrictRealtime=true RestrictAddressFamilies=~AF_PACKET [Install] WantedBy=multi-user.target