keybase service: Turn off debug logging

Keybase is _extremely_ verbose with its debug output when run with -d.
This commit is contained in:
Benjamin Staffin 2017-11-03 14:41:06 -04:00
parent a9a26d98d0
commit 600f393bc7
No known key found for this signature in database
GPG Key ID: A490C0134E09AF4A

View File

@ -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;