# 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 ml'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/activation.scm
AgeCommit message (Expand)Author
2020-06-09activation: Fix function call for system activation...Royce Strange
2020-06-08system: Support activation service for the Hurd....Jan (janneke) Nieuwenhuizen
2020-01-06activation: Check whether /proc/sys/kernel/modprobe exists....kanichos@yandex.ru
2020-01-02activation: Keep going when failing to create one of the setuid programs....Ludovic Courtès
2019-06-05activation: Lock /etc/.pwd.lock before accessing databases....Ludovic Courtès
2019-03-08activation: Shared system home directories are now 555 and root-owned....Ludovic Courtès
2019-03-07activation: Build account databases with (gnu build accounts)....Ludovic Courtès
2019-03-07activation: Operate on <user-account> and <user-group> records....Ludovic Courtès
2019-03-04activation: Make home directories #o700 by default....Ludovic Courtès
2018-11-18activation: Aways pass '-d HOME' to 'useradd'....Ludovic Courtès
2018-03-27activation: Pass '-d HOME' to 'usermod'....Ludovic Courtès