mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
services: activation: Ensure /var/run existence.
* gnu/services.scm (activation-script): Ensure /var/run existence. * gnu/build/install.scm (evaluate-populate-directive) [directives]: Remove directory /var/run. Change-Id: I5fb93d33b6b1f045f1e5ba206b9b0b74b5184260 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
a5f66c2446
commit
e73db355b1
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
;;; Copyright © 2013-2020, 2022 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2016 Chris Marusich <cmmarusich@gmail.com>
|
||||
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||
;;; Copyright © 2024 Nicolas Graves <ngraves@ngraves.fr>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -134,7 +135,6 @@ STORE."
|
|||
(directory "/var/guix/gcroots")
|
||||
(directory "/var/empty") ; for no-login accounts
|
||||
(directory "/var/db") ; for dhclient, etc.
|
||||
(directory "/var/run")
|
||||
(directory "/run")
|
||||
(directory "/mnt")
|
||||
(directory "/var/guix/profiles/per-user/root" 0 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue