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