summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorIngar <ingar@onionmail.info>2025-08-26 21:12:57 +0200
committerLudovic Courtès <ludo@gnu.org>2025-08-29 17:43:35 +0200
commitd2c71bfd72fb54121d76de0ca38af967e6d71740 (patch)
treecc2f6bfd35aba7dcaf86f8f261e118269872a019 /gnu
parentbf4bb5760a22b9b70e9aed873950721a4be4dbda (diff)
etc: guix-daemon.service.in: Mitigate mount race condition
This mitigates a race condition described in #576. The 'Type=exec' option ensures that systemd only starts follow-up units after the guix-daemon binary has started. By then, the mount points are collected in a private namespace and will not be affected. Without this option, 'gnu-store.mount' could win the race and remount everything read-only before guix-daemon has acquired a read-write view. Fixes #2270 * etc/guix-daemon.service.in: Mitigate mount race condition Change-Id: I5d28ebc38b0c10e6d2aa8e65353757ef13d5bad3 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
0 files changed, 0 insertions, 0 deletions