mirror of
https://github.com/Mic92/sops-nix.git
synced 2024-12-15 17:50:51 +00:00
Save launchd logs
This commit is contained in:
parent
c3d2a46e44
commit
c4ff0f37ef
1 changed files with 2 additions and 0 deletions
|
@ -236,6 +236,8 @@ in {
|
|||
SuccessfulExit = false;
|
||||
};
|
||||
ProcessType = "Background";
|
||||
StandardOutPath = "${config.home.homeDirectory}/Library/Logs/SopsNix/stdout";
|
||||
StandardErrorPath = "${config.home.homeDirectory}/Library/Logs/SopsNix/stderr";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue