Update and add description for config options

This commit is contained in:
Andrew Scott 2023-04-15 17:26:04 -04:00
parent 7af6e34d7f
commit bec72c74e3
Signed by: a
GPG key ID: 7CD5A5977E4931C1
2 changed files with 5 additions and 3 deletions

View file

@ -2,4 +2,4 @@
envfile /etc/s6/config/smartd.conf
importas -sCuD "" SMARTD_OPTS SMARTD_OPTS
fdmove -c 2 1
exec smartd -d ${SMARTD_OPTS}
exec smartd ${SMARTD_OPTS}

View file

@ -1,5 +1,7 @@
# Additional configuration options, see SMARTD(8)
SMARTD_OPTS=""
# "-d" ("--debug") provides additional output and allows s6-log to handle
# logging, change to "-n" ("--no-fork") if you prefer syslog. See SMARTD(8)
# for additional options.
SMARTD_OPTS="-d"
# This configures the directives used for s6-log in the log service.
DIRECTIVES="n3 s2000000 T"