Re: [PATCH 02/11] Use 'shepherd' instead of 'dmd' as init system.

2016-01-28 Thread Ludovic Courtès
Alex Kost skribis: > * gnu/services/dmd.scm (dmd-boot-gexp): Use binary from 'shepherd' package. > (dmd-root-service-type): Use 'shepherd' package. > (%default-modules): Use (shepherd service) module. > * gnu/services/base.scm (%root-file-system-dmd-service): Use > 'stop-logging' procedure

[PATCH 02/11] Use 'shepherd' instead of 'dmd' as init system.

2016-01-27 Thread Alex Kost
* gnu/services/dmd.scm (dmd-boot-gexp): Use binary from 'shepherd' package. (dmd-root-service-type): Use 'shepherd' package. (%default-modules): Use (shepherd service) module. * gnu/services/base.scm (%root-file-system-dmd-service): Use 'stop-logging' procedure to close shepherd log. --- gnu