update(scripts): update Falco description

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
Leonardo Grasso
2020-08-25 11:28:11 +02:00
parent 40635ab620
commit 7637ccd7a8
2 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Falco syscall activity monitoring agent
# Short-Description: Falco Cloud Native runtime security
# Description: Falco is a system activity monitoring agent
# driven by system calls with support for containers.
### END INIT INFO

View File

@@ -1,7 +1,7 @@
#!/bin/sh
#
# Copyright (C) 2019 The Falco Authors.
# Copyright (C) 2020 The Falco Authors.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -18,10 +18,10 @@
#
#
# falco syscall monitoring agent
# Falco Cloud Native runtime security
#
# chkconfig: 2345 55 45
# description: Falco syscall monitoring agent
# description: Falco Cloud Native runtime security
#
### BEGIN INIT INFO