guix/gnu/services
Ludovic Courtès aa1145df8d
services: Make a single extensible 'file-systems' service.
Previously we would create one 'file-system-service-type' instead per
file system.  Now, we create only one instance for all the file
systems.

* gnu/services/base.scm (fstab-service-type)[compose]: Change to
CONCATENATE.
(file-system-shepherd-service): Change to return either one
<shepherd-service> or #f.
(file-system-service-type): Pluralize 'name'.  Adjust
SHEPHERD-ROOT-SERVICE-TYPE extension to above changes.  Add 'compose'
and 'extend'.
(file-system-service): Remove.
* gnu/system.scm (other-file-system-services): Rename to...
(non-boot-file-system-service): ... this.  Change to return a single
FILE-SYSTEM-SERVICE-TYPE instance.
(essential-services): Adjust accordingly.
2016-08-22 00:20:48 +02:00
..
avahi.scm services: Export *-service-type and *-configuration. 2016-07-21 18:53:27 +02:00
base.scm services: Make a single extensible 'file-systems' service. 2016-08-22 00:20:48 +02:00
databases.scm services: Export *-service-type and *-configuration. 2016-07-21 18:53:27 +02:00
dbus.scm services: Export *-service-type and *-configuration. 2016-07-21 18:53:27 +02:00
desktop.scm services: Export *-service-type and *-configuration. 2016-07-21 18:53:27 +02:00
dict.scm services: Export *-service-type and *-configuration. 2016-07-21 18:53:27 +02:00
herd.scm utils: Move combinators to (guix combinators). 2016-05-04 23:35:55 +02:00
lirc.scm services: Export *-service-type and *-configuration. 2016-07-21 18:53:27 +02:00
mail.scm services: Export *-service-type and *-configuration. 2016-07-21 18:53:27 +02:00
mcron.scm services: Add 'mcron-service'. 2016-06-22 22:56:06 +02:00
networking.scm services: Export *-service-type and *-configuration. 2016-07-21 18:53:27 +02:00
shepherd.scm services: shepherd: Clarify error message about missing service. 2016-07-19 00:07:12 +02:00
spice.scm services: Add spice vdagent service. 2016-08-05 21:48:43 +02:00
ssh.scm services: Export *-service-type and *-configuration. 2016-07-21 18:53:27 +02:00
web.scm services: Export *-service-type and *-configuration. 2016-07-21 18:53:27 +02:00
xorg.scm services: Export *-service-type and *-configuration. 2016-07-21 18:53:27 +02:00