1
0
Fork 0
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:
Matthew Toohey 2022-07-27 23:59:49 -04:00 committed by Pogobanane
parent c3d2a46e44
commit c4ff0f37ef

View file

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