diff options
| -rw-r--r-- | etc/guix-daemon.service.in | 3 |
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'. |
| 22 | PrivateMounts=true | 22 | PrivateMounts=true |
| 23 | BindPaths=@storedir@ | 23 | BindPaths=@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. | ||
| 26 | MountFlags=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 |
