# 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
Age | Commit message (Expand) | Author |
2020-10-08 | gnu: entr: Remove erroneous use of DESTDIR....* gnu/packages/entr.scm (entr)[arguments]: Correctly set PREFIXes.
| Tobias Geerinckx-Rice |
2020-10-07 | gnu: entr: Cross-compile....* gnu/packages/entr.scm (entr)[arguments]: Use CC-FOR-TARGET.
Use INPUTS instead of WHICH.
[inputs]: Add non-native bash and coreutils packages.
| Tobias Geerinckx-Rice |
2020-10-07 | gnu: entr: Update to 4.6....* gnu/packages/entr.scm (entr): Update to 4.6.
| Tobias Geerinckx-Rice |
2020-01-12 | gnu: entr: Fix references to external programs....* gnu/packages/entr.scm (entr)[arguments](remove-fhs-file-names): Use 'which'
instead of relying on the runtime PATH. Patch /bin/sh too.
[inputs]: Add NCURSES.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Jakub Kądziołka |