Ludovic Courtès 6c4458172d
services: file-systems: Include 'user-file-systems' service.
Previously the KNOWN-FS value used in 'essential-services' would be
incomplete: it would lack all the file systems provided by services that
extend 'file-system-service-type' (/sys/fs/cgroup,
/proc/sys/fs/binfmt_misc, etc.)  Consequently, upon shutdown,
'user-processes' would unmount these file systems before their
corresponding service had been stopped; when their corresponding (e.g.,
'file-system-/proc/sys/fs/binfmt_misc') was stopped, its 'umount' call
would fail.

This was harmless in practice, but this patch makes sure things work as
intended and file systems are unmounted in the right order.

* gnu/services/base.scm (file-system-shepherd-services): Instantiate
'user-file-systems' Shepherd service from here.
(user-unmount-service-type, user-unmount-service): Remove.
* gnu/system.scm (essential-services): Remove call to 'user-unmount-service'.
* gnu/system/install.scm (cow-store-service-type): Adjust comment.
2018-03-07 11:22:42 +01:00
..
2017-11-05 15:29:52 +01:00
2017-11-05 15:29:52 +01:00
2018-02-09 14:55:17 +05:30
2017-12-23 07:11:14 +01:00
2018-03-05 08:46:28 +02:00
2017-05-14 18:56:32 -05:00
2017-09-23 21:07:27 +01:00
2016-12-21 20:45:34 +01:00
2017-12-04 23:31:15 +01:00
2017-07-18 20:16:03 +08:00
2017-11-05 15:21:53 +01:00
2018-02-14 23:18:41 +01:00