mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
services: activation: Ensure /run existence.
* gnu/build/activation.scm (activation-script): Ensure /var/run existence. * gnu/build/install.scm (evaluate-populate-directive) [directives]: Remove directory /run. Change-Id: I19ca8e7605c0cff598ab89077a94e20390ba27b0 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
e73db355b1
commit
27ee6f06d0
2 changed files with 2 additions and 1 deletions
|
@ -135,7 +135,6 @@ STORE."
|
|||
(directory "/var/guix/gcroots")
|
||||
(directory "/var/empty") ; for no-login accounts
|
||||
(directory "/var/db") ; for dhclient, etc.
|
||||
(directory "/run")
|
||||
(directory "/mnt")
|
||||
(directory "/var/guix/profiles/per-user/root" 0 0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue