# 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 head>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/i2p.scm
AgeCommit message (Expand)Author
2022-12-06gnu: i2pd: update to 2.44....* gnu/packages/i2p.scm (i2pd): Update to 2.44.0. Signed-off-by: Christopher Baines <mail@cbaines.net> Iska Magg
2022-03-16gnu: i2pd: Update to 2.41.0....* gnu/packages/i2p.scm (i2pd): Update to 2.41.0. [arguments]: Remove trailing slash to match all libi2pd entries. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Andrew Tropin