# 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
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/bash.scm
AgeCommit message (Expand)Author
2020-10-26gnu: Use prefix "license:" to import (guix licenses)...Zhu Zihao
2020-10-26gnu: Add bash-ctypes....Zhu Zihao
2020-07-12gnu: Remove ".git" from "https://github/…/….git"....Ludovic Courtès
2020-07-10gnu: bats: Define TAP....Tobias Geerinckx-Rice
2020-06-29gnu: Add bats....Oleg Pykhalov
2020-05-22gnu: bash: Do not autoload (gcrypt hash)....Ludovic Courtès
2020-05-22packages: Introduce <content-hash> and use it in <origin>....Ludovic Courtès
2020-03-14Merge branch 'master' into core-updatesMarius Bakke
2020-03-10gnu: bash-tap: Use HTTPS home page....Tobias Geerinckx-Rice
2020-02-15gnu: bash: Update to 5.0.16....Marius Bakke