Address more review feedback.
This commit is contained in:
parent
ee0444576f
commit
c0d90b57d6
@ -77,7 +77,7 @@ in
|
|||||||
|
|
||||||
[Debug]
|
[Debug]
|
||||||
verbose = ${toString cfg.verbosity}
|
verbose = ${toString cfg.verbosity}
|
||||||
silent = ${if cfg.silent then "true" else "false"}
|
silent = ${if cfg.silent then "1" else "0"}
|
||||||
logsize = ${toString cfg.logSize}
|
logsize = ${toString cfg.logSize}
|
||||||
''}";
|
''}";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user