# 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 "Build daemon for GNU Guix" start on runlevel [2345] stop on runlevel [016] exec @localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix-daemon --build-users-group=guixbuild --discover=no div id='cgit'>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer.scm
AgeCommit message (Expand)Author
2022-02-02installer: Use system-wide guix for system init....Josselin Poiret
2022-02-02installer: Make dump archive creation optional and selective....Josselin Poiret
2022-02-02installer: Use dynamic-wind to setup installer....Josselin Poiret
2022-02-02installer: Add nano to PATH....Josselin Poiret
2022-02-02installer: Add installer-specific run command process....Josselin Poiret
2022-02-02installer: Use new installer-log-line everywhere....Josselin Poiret
2022-02-02installer: Use define instead of let at top-level....Josselin Poiret
2022-02-02installer: Add crash dump upload support....Mathieu Othacehe
2022-01-14installer: Check if ci.guix.gnu.org can be reached....Mathieu Othacehe
2021-09-23installer: Support XFS....Tobias Geerinckx-Rice