# 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/guix-profile/bin/guix publish --user=nobody --port=8181
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/shadow.scm
AgeCommit message (Expand)Author
2023-06-09system: account: Fix default value....Ludovic Courtès
2023-05-16services: Add default values....Andrew Tropin
2023-05-12system: default-skeletons: Merge search-paths of multiple profiles....宋文武
2023-03-07system: Update skeleton gdbinit....Efraim Flashner
2023-02-08system: Source .profile in skeleton bash_profile....Andrew Tropin