Skip to content

Commit

Permalink
cleanup: remove unused --pidfile option
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Terzolo <andreaterzolo3@gmail.com>
  • Loading branch information
Andreagit97 authored and poiana committed Aug 28, 2023
1 parent 37ea9b2 commit ba1528e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/systemd/falco-bpf.service
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/systemd/falco-custom.service
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/systemd/falco-kmod.service
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/systemd/falco-modern-bpf.service
Expand Up @@ -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
Expand Down

0 comments on commit ba1528e

Please sign in to comment.