aboutsummaryrefslogtreecommitdiff
-*- mode: org; coding: utf-8; -*-

#+TITLE: Hacking GNU Guix and Its Incredible Distro

Copyright © 2012, 2013, 2014, 2016, 2017, 2019 Ludovic Courtès <ludo@gnu.org>
Copyright © 2015, 2017 Mathieu Lirzin <mthl@gnu.org>
Copyright © 2017 Leo Famulari <leo@famulari.name>
Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>

  Copying and distribution of this file, with or without modification,
  are permitted in any medium without royalty provided the copyright
  notice and this notice are preserved.

* Contributing

See the manual for useful hacking information, either by running

  info -f doc/guix.info "Contributing"

or by checking the [[https://guix.gnu.org/manual/devel/en/html_node/Contributing.html][web copy of the manual]].
='/guix/commit/gnu/services/herd.scm?id=7d14082d56462f7bef4254d65a21fd265fbce471'>services: 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