# 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 v id='cgit'>
aboutsummaryrefslogtreecommitdiff
path: root/tests/ui.scm
AgeCommit message (Expand)Author
2020-03-25tests: Adjust to 'show-manifest-transaction' changes....Ludovic Courtès
2020-02-23ui: (size->number "1.M") is correctly parsed....Ludovic Courtès
2019-09-19ui: 'relevance' connects regexps with a logical and....zimoun
2019-06-27ui: 'relevance' considers regexps connected with a logical and....Ludovic Courtès
2017-05-10ui: 'string->duration' correctly handles hours....Ludovic Courtès
2017-03-08ui: Don't use '%default-port-encoding' to set the encoding of string ports....Ludovic Courtès