301572aa87
* etc/gnu-store.mount.in: New file. * nix/local.mk (nodist_systemdservice_DATA): Add it. (etc/%.mount): New rule for it. * etc/guix-install.sh (sys_enable_guix_daemon): Install it. * doc/guix.texi (Binary Installation): Document it. * .gitignore: Ignore changes to it.
15 lines
242 B
SYSTEMD
15 lines
242 B
SYSTEMD
[Unit]
|
|
Description=Read-only @storedir@ for GNU Guix
|
|
DefaultDependencies=no
|
|
ConditionPathExists=@storedir@
|
|
Before=guix-daemon.service
|
|
|
|
[Install]
|
|
WantedBy=guix-daemon.service
|
|
|
|
[Mount]
|
|
What=@storedir@
|
|
Where=@storedir@
|
|
Type=none
|
|
Options=bind,ro
|