cleanup: remove unused --pidfile option

Signed-off-by: Andrea Terzolo <andreaterzolo3@gmail.com>
This commit is contained in:
Andrea Terzolo 2023-08-28 11:20:38 +02:00 committed by poiana
parent 37ea9b25c4
commit ba1528e3c2
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ Wants=falcoctl-artifact-follow.service
Type=simple
User=root
Environment=FALCO_BPF_PROBE=
ExecStart=/usr/bin/falco --pidfile=/var/run/falco.pid
ExecStart=/usr/bin/falco
UMask=0077
TimeoutSec=30
RestartSec=15s

View File

@ -7,7 +7,7 @@ Wants=falcoctl-artifact-follow.service
[Service]
Type=simple
User=%u
ExecStart=/usr/bin/falco --pidfile=/var/run/falco.pid
ExecStart=/usr/bin/falco
UMask=0077
TimeoutSec=30
RestartSec=15s

View File

@ -9,7 +9,7 @@ Wants=falcoctl-artifact-follow.service
[Service]
Type=simple
User=root
ExecStart=/usr/bin/falco --pidfile=/var/run/falco.pid
ExecStart=/usr/bin/falco
UMask=0077
TimeoutSec=30
RestartSec=15s

View File

@ -7,7 +7,7 @@ Wants=falcoctl-artifact-follow.service
[Service]
Type=simple
User=root
ExecStart=/usr/bin/falco --pidfile=/var/run/falco.pid --modern-bpf
ExecStart=/usr/bin/falco --modern-bpf
UMask=0077
TimeoutSec=30
RestartSec=15s