diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-09-01 14:00:39 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-09-01 14:57:03 +0200 |
commit | 38c2b503545c7f214ff7670bd9f62bdebb59186d (patch) | |
tree | 42e7479ac774adef2a8a9ef78b0feb2fb8a2343a /gnu/system | |
parent | 5fd66a37d58aa13091134d5e6e5f8c62f404ebfe (diff) |
Reinstate "services: elogind: Provide '%elogind-file-systems' by extension."
This reverts commit 17073dafc59d62fb8cbb8b94d61d3ecc488ac59f.
Diffstat (limited to 'gnu/system')
-rw-r--r-- | gnu/system/file-systems.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/system/file-systems.scm b/gnu/system/file-systems.scm index 116e2813e8..0dc472e3c7 100644 --- a/gnu/system/file-systems.scm +++ b/gnu/system/file-systems.scm @@ -257,7 +257,6 @@ TARGET in the other system." (append (list %pseudo-terminal-file-system %shared-memory-file-system %immutable-store) - %elogind-file-systems %control-groups)) ;; File systems for Linux containers differ from %base-file-systems in that |