mirror of https://github.com/CISOfy/lynis.git
11 lines
229 B
Elixir
11 lines
229 B
Elixir
|
# Defaults for lynis initscript
|
||
|
# sourced by /etc/init.d/lynis
|
||
|
# installed at /etc/default/lynis by the maintainer scripts
|
||
|
|
||
|
#
|
||
|
# This is a POSIX shell fragment
|
||
|
#
|
||
|
|
||
|
# Additional options that are passed to the Daemon.
|
||
|
DAEMON_OPTS=""
|