mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
darwin-installer: Do not kickstart darwin-store service.
It is now RunOnlyOnce, so it is automatically unloaded after running. It should also be forcefully loaded by launchctl bootstrap...
This commit is contained in:
parent
bfbc0c60cc
commit
535858952c
1 changed files with 0 additions and 6 deletions
|
@ -812,12 +812,6 @@ EOF
|
|||
# TODO: should probably alert the user if this is disabled?
|
||||
_sudo "to launch the Nix volume mounter" \
|
||||
launchctl bootstrap system "$NIX_VOLUME_MOUNTD_DEST" || true
|
||||
# TODO: confirm whether kickstart is necessesary?
|
||||
# I feel a little superstitous, but it can guard
|
||||
# against multiple problems (doesn't start, old
|
||||
# version still running for some reason...)
|
||||
_sudo "to launch the Nix volume mounter" \
|
||||
launchctl kickstart -k system/org.nixos.darwin-store
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue