aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-publish.conf.in
blob: 7b319f66ae5d1eef9fa9365ee8afbf06ed6153fe (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/current-guix/bin/guix publish --user=nobody --port=8181
dentation of source code. 2019-02-04gnu: Add efilinux.Danny Milosavljevic * gnu/packages/efi.scm (efilinux): New variable. 2019-02-04gnu: Add efitools.Danny Milosavljevic * gnu/packages/efi.scm (efitools): New variable. 2019-02-04gnu: Add sbsigntools.Danny Milosavljevic * gnu/packages/efi.scm (sbsigntools): New variable. 2019-02-04gnu: Add gnu-efi.Danny Milosavljevic * gnu/packages/efi.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.