diff options
author | Alan Pearce | 2019-11-29 18:56:50 +0100 |
---|---|---|
committer | Alan Pearce | 2019-11-29 18:56:50 +0100 |
commit | e786b823d0537ccd6946fa93322ce260c6f37f00 (patch) | |
tree | a0b5f53fad7672d5764d137335d1d5ad3f23ec56 /system | |
parent | 7e5653c280976af97aa4210a08f1bd2a89fcfb39 (diff) | |
download | nixfiles-e786b823d0537ccd6946fa93322ce260c6f37f00.tar.lz nixfiles-e786b823d0537ccd6946fa93322ce260c6f37f00.tar.zst nixfiles-e786b823d0537ccd6946fa93322ce260c6f37f00.zip |
stubby: log errors
Diffstat (limited to 'system')
-rw-r--r-- | system/modules/darwin/stubby.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/modules/darwin/stubby.nix b/system/modules/darwin/stubby.nix index b3b67755..fab1c3d8 100644 --- a/system/modules/darwin/stubby.nix +++ b/system/modules/darwin/stubby.nix @@ -204,6 +204,7 @@ in ProcessType = "Interactive"; RunAtLoad = true; KeepAlive = true; + StandardErrorPath = "/var/log/stubby.log"; # Sockets = { # Listeners = { # SockServiceName = "dns"; |