mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +02:00
* etc/guix-daemon.service.in (ExecStart): Remove ‘--build-users-group’. (Environment): Add ‘GUIX_STATE_DIRECTORY’. (Before, User, AmbientCapabilities, PrivateMounts, BindPaths): New fields. * etc/gnu-store.mount.in (Before): Remove. (WantedBy): Change to ‘multi-user.target’. Change-Id: Id826b8ab535844b6024d777f6bd15fd49db6d65e
13 lines
213 B
SYSTEMD
13 lines
213 B
SYSTEMD
[Unit]
|
|
Description=Read-only @storedir@ for GNU Guix
|
|
DefaultDependencies=no
|
|
ConditionPathExists=@storedir@
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
[Mount]
|
|
What=@storedir@
|
|
Where=@storedir@
|
|
Type=none
|
|
Options=bind,ro
|