summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/guix-daemon.service.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/guix-daemon.service.in b/etc/guix-daemon.service.in
index 6a5ef97f9b3..6e534771c68 100644
--- a/etc/guix-daemon.service.in
+++ b/etc/guix-daemon.service.in
@@ -21,6 +21,9 @@ User=guix-daemon
21# effect of 'gnu-store.mount'. 21# effect of 'gnu-store.mount'.
22PrivateMounts=true 22PrivateMounts=true
23BindPaths=@storedir@ 23BindPaths=@storedir@
24# Disable host file system mount propagation to keep service view of the
25# store read-write after 'gnu-store.mount' makes it read-only system-wide.
26MountFlags=private
24 27
25# Provide the CAP_CHOWN capability so that guix-daemon can create and chown 28# Provide the CAP_CHOWN capability so that guix-daemon can create and chown
26# /var/guix/profiles/per-user/$USER and also chown failed build directories 29# /var/guix/profiles/per-user/$USER and also chown failed build directories