guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#33265] [WIP RFC] services: Add file system monitor service.


From: Danny Milosavljevic
Subject: [bug#33265] [WIP RFC] services: Add file system monitor service.
Date: Sun, 11 Nov 2018 01:15:59 +0100

Hi Clément,

On Mon, 05 Nov 2018 10:36:00 +0100
Clément Lassieur <address@hidden> wrote:

> Danny Milosavljevic <address@hidden> writes:
> 
> > +          (test-assert "file system monitor running"
> > +            (marionette-eval
> > +             '(begin
> > +                (use-modules (gnu services herd))
> > +                (match (start-service 'monitor-file-system)
> > +                  (#f #f)
> > +                  (('service response-parts ...)
> > +                   (match (assq-ref response-parts 'running)
> > +                     ((pid) (number? pid))))))
> > +             marionette))  
> 
> How is that better than:

It's not!  Replaced.  Thanks.

Attachment: pgpf7PRzyRTD3.pgp
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]