mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-03 01:46:38 +00:00
fix: inject kmod script
Signed-off-by: Andrea Terzolo <andrea.terzolo@polito.it>
This commit is contained in:
parent
7d28637f44
commit
90d6d9080a
@ -8,9 +8,6 @@ Wants=falco.service
|
|||||||
Type=oneshot
|
Type=oneshot
|
||||||
User=root
|
User=root
|
||||||
ExecStart=/sbin/modprobe falco
|
ExecStart=/sbin/modprobe falco
|
||||||
Restart=on-failure
|
|
||||||
TimeoutSec=30s
|
|
||||||
RestartSec=15s
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
@ -8,9 +8,6 @@ Wants=falco.service
|
|||||||
Type=oneshot
|
Type=oneshot
|
||||||
User=root
|
User=root
|
||||||
ExecStart=/sbin/modprobe falco
|
ExecStart=/sbin/modprobe falco
|
||||||
Restart=on-failure
|
|
||||||
TimeoutSec=30s
|
|
||||||
RestartSec=15s
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user