# 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 "Build daemon for GNU Guix" start on runlevel [2345] stop on runlevel [016] exec @localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix-daemon --build-users-group=guixbuild ation/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/nix/libstore/local-store.hh
AgeCommit message (Expand)Author
2019-10-16daemon: Make 'profiles/per-user' non-world-writable....Ludovic Courtès
2019-09-08daemon: Run 'guix substitute' directly and assume a single substituter....Ludovic Courtès
2018-03-30daemon: Remove unused schema upgrade code....Ludovic Courtès
2016-10-28daemon: Improve the SQLite wrapper API....Eelco Dolstra
2016-10-28daemon: Factor out SQLite handling....Eelco Dolstra