mirror of
https://codeberg.org/andyscott/s6-scripts.git
synced 2024-11-09 05:40:50 -05:00
7 lines
291 B
Text
7 lines
291 B
Text
# "-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"
|