1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00
nix-darwin/modules/services/github-runner
Michael Hoang dc8e1f4839 github-runners: move workDir outside of /run
As `/run` gets recreated every reboot and we can't specify dependencies
for launchd, creating the `workDir` every reboot will require extra
complexity with a separate daemon that runs as `root` otherwise it won't
have sufficient privileges.

As we clean the `workDir` when the service first starts anyway, it ends
up being the same.
2024-07-27 10:41:18 +10:00
..
default.nix github-runners: adapt to NixOS module 2024-02-28 09:40:25 +01:00
options.nix github-runners: move workDir outside of /run 2024-07-27 10:41:18 +10:00
service.nix github-runners: move workDir outside of /run 2024-07-27 10:41:18 +10:00