guix-devel/gnu/services
Ludovic Courtès d466b1fc82
services: Missing services are automatically instantiated.
This simplifies OS configuration: users no longer need to be aware of
what a given service depends on.

See the discussion at
<https://lists.gnu.org/archive/html/guix-devel/2018-01/msg00114.html>.

* gnu/services.scm (missing-target-error): New procedure.
(service-back-edges): Use it.
(instantiate-missing-services): New procedure.
* gnu/system.scm (operating-system-services): Call
'instantiate-missing-services'.
* tests/services.scm ("instantiate-missing-services")
("instantiate-missing-services, no default value"): New tests.
* gnu/services/version-control.scm (cgit-service-type)[extensions]: Add
FCGIWRAP-SERVICE-TYPE.
* gnu/tests/version-control.scm (%cgit-os): Remove NGINX-SERVICE-TYPE
and FCGIWRAP-SERVICE-TYPE instances.
* doc/guix.texi (Log Rotation): Remove 'mcron-service-type' in example.
(Miscellaneous Services): Remove 'nginx-service-type' and
'fcgiwrap-service-type' in Cgit example.
2018-01-21 00:24:03 +01:00
..
admin.scm services: Add 'description' fields. 2017-11-05 15:29:52 +01:00
audio.scm services: Add 'description' fields. 2017-11-05 15:29:52 +01:00
avahi.scm services: Add 'description' fields. 2017-11-05 15:29:52 +01:00
base.scm services: guix: Add 'chroot-directories' field. 2018-01-11 14:30:00 +01:00
certbot.scm services: nginx: Replace 'http-port' and 'https-port' with 'listen'. 2017-12-18 12:03:14 +01:00
configuration.scm services: configuration: Show default values of list types. 2017-11-28 03:49:47 +01:00
cuirass.scm services: cuirass: Add host option. 2017-09-26 18:15:41 +02:00
cups.scm services: Add a default value to various service types. 2017-04-16 00:48:08 +02:00
databases.scm services: Add MongoDB. 2017-10-06 21:24:30 +01:00
dbus.scm services: dbus, polkit: Add default value. 2017-07-11 00:48:51 +02:00
desktop.scm gnu: services: Add MATE desktop service. 2017-12-30 22:55:26 +01:00
dict.scm services: dicod: Run in a container. 2017-11-22 23:16:01 +01:00
dns.scm gnu: services: use seconds instead of duration strings. 2017-06-21 19:29:57 +02:00
herd.scm services: herd: Actions return a list of results. 2017-08-23 00:29:22 +02:00
kerberos.scm services: Move configuration functions that shouldn't be factorized. 2017-03-12 19:09:32 +01:00
lirc.scm services: Export *-service-type and *-configuration. 2016-07-21 18:53:27 +02:00
mail.scm gnu: dovecot: Update to 2.3.0. 2017-12-23 07:11:14 +01:00
mcron.scm services: Add a default value to various service types. 2017-04-16 00:48:08 +02:00
messaging.scm doc: Deprecate 'bitlbee-service' procedure. 2018-01-15 23:29:33 +01:00
monitoring.scm gnu: services: Add darkstat service. 2018-01-08 20:43:35 +08:00
networking.scm services: bitlbee: Move to (gnu services messaging). 2018-01-15 23:29:33 +01:00
nfs.scm gnu: Consistently Write ‘file system(s)’. 2018-01-19 17:28:31 +01:00
pm.scm services: Add 'thermald-service-type'. 2017-05-14 18:56:32 -05:00
rsync.scm gnu: Add rsync service. 2017-09-23 21:07:27 +01:00
sddm.scm gnu: Fix typo in comment. 2016-12-21 20:45:34 +01:00
shepherd.scm services: shepherd: Make 'shepherd-configuration-file' non-monadic. 2018-01-21 00:24:02 +01:00
spice.scm services: Fix 'mkdir-p' in activation scripts. 2017-01-25 14:05:37 +01:00
ssh.scm install: Don't start sshd by default. 2017-12-04 23:31:15 +01:00
sysctl.scm services: sysctl: Fix typo. 2017-07-18 20:16:03 +08:00
telephony.scm services: Add murmur. 2017-11-05 15:21:53 +01:00
version-control.scm services: Missing services are automatically instantiated. 2018-01-21 00:24:03 +01:00
virtualization.scm services: qemu-binfmt: Extend guix-daemon with extra chroot directories. 2018-01-11 14:42:31 +01:00
vpn.scm services: vpn: Fix default tls-auth configuration. 2017-10-10 22:06:08 +02:00
web.scm gnu: services: web: Add service for httpd. 2018-01-17 08:43:47 +00:00
xorg.scm services: xorg: Properly handle the case where ~/.xession is used. 2017-12-04 10:36:48 +01:00