summaryrefslogtreecommitdiff
path: root/gnu/services/herd.scm
AgeCommit message (Expand)AuthorFilesLines
2019-01-17services: herd: Allow to pass arguments to start-service.Mathieu Othacehe1-3/+4
2018-09-26guix system: Load all services on reconfigure, not just stopped ones.Carlo Zancanaro1-0/+20
2018-07-13services: mcron: Add 'schedule' action.Ludovic Courtès1-0/+3
2018-01-21services: herd: 'with-shepherd' no longer leaves an open connection.Ludovic Courtès1-2/+7
2017-08-23services: herd: Actions return a list of results.Ludovic Courtès1-14/+19
2017-08-08services: herd: Add a stop-service procedure.Christopher Baines1-1/+6
2017-08-08services: herd: Fix matching ok responses from shepherd service.Christopher Baines1-1/+1
2017-05-03services: herd: Make %shepherd-socket-file a parameter and export it.Mathieu Othacehe1-3/+6
2016-08-31services: herd: Provide <live-service> objects.Ludovic Courtès1-15/+22
2016-05-04utils: Move combinators to (guix combinators).Ludovic Courtès1-1/+1
2016-05-04services: herd: Move UI handling to 'guix system'.Ludovic Courtès1-21/+59
2016-02-23services: herd: Add missing newlines in error messages.Ludovic Courtès1-4/+4
2016-02-05guix system: Simply warn if we cannot talk to the shepherd.Ludovic Courtès1-10/+4
2016-02-03guix system: 'reconfigure' loads and starts new services.Ludovic Courtès1-0/+189