aboutsummaryrefslogtreecommitdiff
# 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 --substitute-urls='@GUIX_SUBSTITUTE_URLS@'
2.0-beta1&id=f2cf9f1243ad131ae8194576b69f55c3612312bb'>default_settings.json
AgeCommit message (Expand)Author
2022-06-18automatically change repo url to point to api v2 endpointWojtek Kosior
2022-02-16assume and use "$schema" properties in item definitionsWojtek Kosior
2022-02-15fix loading initial data and verify it in automated testsWojtek Kosior
2022-02-15change store names and data keys to singularWojtek Kosior
2022-02-09adapt to changes in file path format...Wojtek Kosior
2022-01-29make Haketilo buildable again (for Mozilla)...Wojtek Kosior
2021-09-15Add default repository to default settingsnickjahoti
2021-09-14use default settings that only contain a demo script (the rest is available t...Wojtek Kosior
2021-08-10change default repository URLWojtek Kosior
2021-08-06Facilitate installation of scripts from the repository...Wojtek Kosior
2021-07-04Revamp default settings...jahoti