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";
|
description = "Keybase service";
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = ''
|
ExecStart = ''
|
||||||
${pkgs.keybase}/bin/keybase -d service --auto-forked
|
${pkgs.keybase}/bin/keybase service --auto-forked
|
||||||
'';
|
'';
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
PrivateTmp = true;
|
PrivateTmp = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user