mirror of
https://codeberg.org/andyscott/s6-scripts.git
synced 2024-11-12 15:20:49 -05:00
Update and add description for config options
This commit is contained in:
parent
7af6e34d7f
commit
bec72c74e3
2 changed files with 5 additions and 3 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue