aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-publish.conf.in
blob: 241c5945595d38ac78b4de385418ae33d66ae2c0 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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
rk-file-mappings'....Ludovic Courtès 2017-02-04file-systems: Remove dependency on (guix store)....Ludovic Courtès 2017-02-03file-systems: Add 'file-system-mapping->bind-mount'....Ludovic Courtès 2017-01-16file-systems: 'file-system-needed-for-boot?' is #t for parents of the store....Ludovic Courtès 2016-11-10container: Pass a list of <file-system> objects as things to mount....Ludovic Courtès 2016-09-27Add missing exports....Ludovic Courtès 2016-09-01Reinstate "services: elogind: Provide '%elogind-file-systems' by extension."...Ludovic Courtès 2016-08-22Revert "services: elogind: Provide '%elogind-file-systems' by extension."...Mark H Weaver 2016-08-22services: elogind: Provide '%elogind-file-systems' by extension....Ludovic Courtès 2016-08-04ui: Remove dependency on (gnu system file-systems)....Ludovic Courtès 2016-06-06file-systems: Remove unneeded import....Ludovic Courtès 2016-04-18system: Add (gnu system mapped-devices)....Ludovic Courtès 2016-03-07gnu: system: Add elogind cgroup mount....Andy Wingo 2016-01-01file-systems: Move 'string->uuid' to the build side....Ludovic Courtès 2015-12-22file-systems: Add a 'mount?' field....Ludovic Courtès 2015-10-29system: File systems depend on their corresponding device mappings....Ludovic Courtès 2015-09-20linux-boot: Mount /dev as a devtmpfs from the start....Ludovic Courtès 2015-09-10file-systems: Add %elogind-file-systems; add it to %base-file-systems....Mark H Weaver 2015-07-17file-systems: Subsystem cgroups now depend on /sys/fs/cgroup....Ludovic Courtès 2015-07-17file-systems: Add a 'dependencies' field to <file-system>....Ludovic Courtès 2015-07-16file-systems: 'uuid' raises a syntax error for invalid UUIDs....Ludovic Courtès 2015-07-14file-systems: Allow users to specify file system UUIDs as strings....Ludovic Courtès 2015-07-13gnu: file-systems: Fix typo....Mathieu Lirzin 2015-07-09gnu: system: Add Linux container file systems....David Thompson 2015-07-07gnu: system: Move file-system->spec to (gnu system file-systems)....David Thompson 2015-07-07gnu: system: Move <file-system-mapping> into (gnu system file-systems)....David Thompson 2015-06-19gnu: Add control group file systems....David Thompson 2015-04-20system: Make /gnu/store a read-only bind mount by default....Ludovic Courtès 2014-11-30Revert "system: Add a 'needed-for-boot?' field to 'mapped-device'."...Ludovic Courtès 2014-11-29system: Add a 'needed-for-boot?' field to 'mapped-device'....Ludovic Courtès 2014-11-25file-systems: 'file-system-needed-for-boot?' always returns #t for "/"....Ludovic Courtès 2014-09-18system: Define 'device-mapping-kind', and add a 'close' procedure....Ludovic Courtès 2014-09-12system: Add support for Linux-style mapped devices....Ludovic Courtès 2014-07-25system: Add the 'system?' field for user groups....Ludovic Courtès 2014-07-23system: Add missing exports to (gnu system file-systems)....Mark H Weaver 2014-07-23system: Add /dev/shm....Ludovic Courtès 2014-07-23system: Add 'file-system' decl. for /dev/pts, and use the right options....Ludovic Courtès 2014-07-23system: Add 'create-mount-point?' file system option....Ludovic Courtès 2014-07-22system: Add '%devtmpfs-file-system' for udev, and '%base-file-systems'....Ludovic Courtès 2014-06-03system: File system sources can be marked as labels or devices....Ludovic Courtès 2014-05-20Add (gnu system file-systems)....Ludovic Courtès