GNU Guix consists of Scheme code that implements the deployment model of the Nix package management tool. In fact, it currently talks to a build daemon whose code comes from Nix (see the manual for details.) Nix was initially written by Eelco Dolstra; other people have been contributing to it. See `nix/AUTHORS' for details. The list of GNU Guix contributors is now generated from the output of 'git log' and written to this file, as can be seen in release tarballs. g src='https://git.koszko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/herd.scm
AgeCommit message (Expand)Author
2019-01-17services: herd: Allow to pass arguments to start-service....Mathieu Othacehe
2018-09-26guix system: Load all services on reconfigure, not just stopped ones....Carlo Zancanaro
2018-07-13services: mcron: Add 'schedule' action....Ludovic Courtès
2018-01-21services: herd: 'with-shepherd' no longer leaves an open connection....Ludovic Courtès
2017-08-23services: herd: Actions return a list of results....Ludovic Courtès
2017-08-08services: herd: Add a stop-service procedure....Christopher Baines
2017-08-08services: herd: Fix matching ok responses from shepherd service....Christopher Baines
2017-05-03services: herd: Make %shepherd-socket-file a parameter and export it....Mathieu Othacehe
2016-08-31services: herd: Provide <live-service> objects....Ludovic Courtès
2016-05-04utils: Move combinators to (guix combinators)....Ludovic Courtès
2016-05-04services: herd: Move UI handling to 'guix system'....Ludovic Courtès
2016-02-23services: herd: Add missing newlines in error messages....Ludovic Courtès
2016-02-05guix system: Simply warn if we cannot talk to the shepherd....Ludovic Courtès
2016-02-03guix system: 'reconfigure' loads and starts new services....Ludovic Courtès