mirror of
https://github.com/falcosecurity/falco.git
synced 2026-04-02 10:02:12 +00:00
Compare commits
1 Commits
dev_docker
...
fix_falco_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ab0244ed0 |
@@ -6,6 +6,7 @@ Documentation=https://falco.org/docs/
|
|||||||
Type=simple
|
Type=simple
|
||||||
User=root
|
User=root
|
||||||
ExecStartPre=/sbin/modprobe falco
|
ExecStartPre=/sbin/modprobe falco
|
||||||
|
ExecStartPre=/usr/bin/sleep 5
|
||||||
ExecStart=/usr/bin/falco --pidfile=/var/run/falco.pid
|
ExecStart=/usr/bin/falco --pidfile=/var/run/falco.pid
|
||||||
ExecStopPost=/sbin/rmmod falco
|
ExecStopPost=/sbin/rmmod falco
|
||||||
UMask=0077
|
UMask=0077
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ Documentation=https://falco.org/docs/
|
|||||||
Type=simple
|
Type=simple
|
||||||
User=root
|
User=root
|
||||||
ExecStartPre=/sbin/modprobe falco
|
ExecStartPre=/sbin/modprobe falco
|
||||||
|
ExecStartPre=/usr/bin/sleep 5
|
||||||
ExecStart=/usr/bin/falco --pidfile=/var/run/falco.pid
|
ExecStart=/usr/bin/falco --pidfile=/var/run/falco.pid
|
||||||
ExecStopPost=/sbin/rmmod falco
|
ExecStopPost=/sbin/rmmod falco
|
||||||
UMask=0077
|
UMask=0077
|
||||||
|
|||||||
Reference in New Issue
Block a user