mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 03:51:53 +02:00
system: Automatically add essential services.
* gnu/services/base.scm (%base-services): Remove calls to 'host-name-service', 'user-processes-service', and 'root-file-system-service'. * gnu/system.scm (<operating-system>)[operating-system-services]: Rename to... [operating-system-user-services]: ... this. (essential-services, operating-system-services): New procedures. (operating-system-accounts, operating-system-etc-directory, operating-system-boot-script, operating-system-derivation): Adjust to new 'operating-system-services' return type.
This commit is contained in:
@@ -267,13 +267,6 @@ This is the GNU operating system, welcome!\n\n")))
|
||||
(mingetty-service "tty6" #:motd motd)
|
||||
(syslog-service)
|
||||
(guix-service)
|
||||
(nscd-service)
|
||||
|
||||
;; FIXME: Make this an activation-time thing instead of a service.
|
||||
(host-name-service "gnu")
|
||||
|
||||
;; The "root" services.
|
||||
(user-processes-service)
|
||||
(root-file-system-service))))
|
||||
(nscd-service))))
|
||||
|
||||
;;; base.scm ends here
|
||||
|
||||
Reference in New Issue
Block a user