[bug#76063,0/3] Switch to the Shepherd's system log

Message ID cover.1738709501.git.ludo@gnu.org
Headers
Series Switch to the Shepherd's system log |

Message

Ludovic Courtès Feb. 4, 2025, 10:53 p.m. UTC
  Hello,

This patch series switches Guix System from Inetutils’s ‘syslogd’
to the Shepherd’s ‘system-log’.  Quoth ‘news.scm’:

  The advantages of this change are the fact that @code{system-log} can start
  logging earlier after boot and stop shortly before shutdown, along with full
  integration with the rest of @command{shepherd}, in particular with the new
  @command{log-rotation} service.

Thoughts?

Ludo’.

Ludovic Courtès (3):
  services: Add ‘system-log’ Shepherd service.
  services: Switch to ‘shepherd-system-log-service-type’ in
    ‘%base-services’.
  DRAFT: news: Add entry for ‘system-log’ switch.

 doc/guix.texi             |  72 +++++++++++++++++++++++--
 etc/news.scm              |  16 +++++-
 gnu/services/base.scm     |   2 +-
 gnu/services/shepherd.scm | 108 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 192 insertions(+), 6 deletions(-)


base-commit: 285a1cb449f60798dc83f7f1016700b4ab2374a8