Add 'guix processes'.
authorLudovic Courtès <ludo@gnu.org>
Fri, 26 Oct 2018 09:20:08 +0000 (11:20 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 28 Oct 2018 23:13:38 +0000 (00:13 +0100)
commit63eb2b899be7ac857454442e09d0ebd23fe4f871
tree4f80c7c62a093ff8cb389ca432d54d5984a66d26
parentb4c93a78c830a68d337598e7620adde64829bdb1
Add 'guix processes'.

* guix/scripts/processes.scm, tests/processes.scm: New files.
* Makefile.am (MODULES): Add the former.
(SCM_TESTS): Add the latter.
* po/guix/POTFILES.in: Add guix/scripts/processes.scm.
* doc/guix.texi (Invoking guix processes): New node.
(Invoking guix-daemon): Reference it.
Makefile.am
doc/guix.texi
guix/scripts/processes.scm [new file with mode: 0644]
po/guix/POTFILES.in
tests/processes.scm [new file with mode: 0644]