# This is a "job" for the Upstart init system to launch 'guix-daemon'. # Drop it in /etc/init to have 'guix-daemon' automatically started. description "Publish the GNU Guix store" start on runlevel [2345] stop on runlevel [016] task exec @localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix publish --user=nobody --port=8181 id='cgit'>
aboutsummaryrefslogtreecommitdiff
path: root/nix/scripts
AgeCommit message (Expand)Author
2018-11-14daemon: Install 'authenticate' script under LIBEXECDIR/guix....Ludovic Courtès
2017-12-31list-runtime-root: Fix off-by-one in 'strip-drop' call....Ludovic Courtès
2017-11-26list-runtime-roots: Ignore ESRCH while reading from /proc....Ludovic Courtès
2017-11-12list-runtime-roots: Ignore PIDs we cannot access....Ludovic Courtès
2017-11-12list-runtime-roots: Canonicalize store items....Ludovic Courtès
2017-11-12list-runtime-roots: Do not use 'lsof'....Ludovic Courtès
2017-03-08list-runtime-roots: Bufferize the lsof pipe....Ludovic Courtès
2016-11-16daemon: Add "builtin:download" derivation builder....Ludovic Courtès