Ludovic Courtès 378daa8cb6
services: boot: Take gexps instead of monadic gexps.
* gnu/services.scm (compute-boot-script): Rename 'mexps' to 'gexps' and
remove 'mlet' form.
(boot-service-type): Update comment.
(cleanup-gexp): Remove 'with-monad' and 'return'.
(activation-script): Rewrite in non-monadic style: use 'scheme-file'
instead of 'gexp->file'.
(gexps->activation-gexp): Remove 'mlet', return a gexp.
* gnu/services/shepherd.scm (shepherd-boot-gexp): Remove 'with-monad'
and 'return'.
* gnu/system.scm (operating-system-boot-script): Remove outdated comment.
* gnu/tests/base.scm (%cleanup-os): For 'dirty-service', remove
'with-monad' and 'return'.
2018-06-20 23:47:08 +02:00
..
2018-03-22 11:43:30 +01:00
2017-11-05 15:29:52 +01:00
2018-05-11 00:15:59 +02:00
2017-09-23 21:07:27 +01:00
2016-12-21 20:45:34 +01:00
2018-05-02 15:11:13 +03:00
2017-07-18 20:16:03 +08:00
2017-11-05 15:21:53 +01:00