forked from mirrors/nixpkgs
keybase service: Turn off debug logging
Keybase is _extremely_ verbose with its debug output when run with -d.
This commit is contained in:
parent
a9a26d98d0
commit
600f393bc7
|
@ -28,7 +28,7 @@ in {
|
|||
description = "Keybase service";
|
||||
serviceConfig = {
|
||||
ExecStart = ''
|
||||
${pkgs.keybase}/bin/keybase -d service --auto-forked
|
||||
${pkgs.keybase}/bin/keybase service --auto-forked
|
||||
'';
|
||||
Restart = "on-failure";
|
||||
PrivateTmp = true;
|
||||
|
|
Loading…
Reference in a new issue