aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/dbus.scm
diff options
context:
space:
mode:
authorBrett Gilio <brettg@posteo.net>2018-10-23 14:42:47 -0500
committerLudovic Courtès <ludo@gnu.org>2018-10-23 23:58:39 +0200
commitb4237a6ec0e4e0cd10656a870eb921a3ba14f46f (patch)
treec27e31fdd2081f042e5c48a18822d9c163c32184 /gnu/services/dbus.scm
parent12995856e2fe31dfbc5cf97aa0d2c6c128aa7c81 (diff)
downloadguix-b4237a6ec0e4e0cd10656a870eb921a3ba14f46f.tar.gz
guix-b4237a6ec0e4e0cd10656a870eb921a3ba14f46f.zip
gnu: emacs-nov-el: Update to 0.2.6.
* gnu/packages/emacs.scm (emacs-nov-el): Update to 0.2.6. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/services/dbus.scm')
0 files changed, 0 insertions, 0 deletions
to make "herd schedule mcron" more transparent (otherwise it just says "Lambda function"). Ludovic Courtès 2018-09-10services: tailon: Move to (gnu services web)....This allows (gnu services admin) to remain deeper in the module graph and to be used by (gnu services web). * gnu/services/admin.scm (<tailon-configuration-file>) (tailon-configuration-files-string) (tailon-configuration-file-compiler, <tailon-configuration>) (tailon-shepherd-service, %tailon-accounts) (tailon-service-type): Move to... * gnu/services/web.scm: ... here. * gnu/tests/admin.scm: Remove. Move test to... * gnu/tests/web.scm (%tailon-os) (run-tailon-test, %test-tailon): ... here. Ludovic Courtès 2018-03-22gnu: shepherd: Update to 0.4.0....* gnu/packages/admin.scm (shepherd): Update to 0.4.0. Remove patches. * gnu/packages/patches/shepherd-close-fds.patch, gnu/packages/patches/shepherd-herd-status-sorted.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/services/admin.scm (%default-rotations): Remove /var/log/shepherd.log. Ludovic Courtès 2018-03-22services: rottlog: Add /var/log/debug to '%default-rotations'....* gnu/services/admin.scm (%rotated-files): Add "/var/log/debug". Ludovic Courtès