mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 22:24:59 +08: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…
Add table
Add a link
Reference in a new issue