diff options
author | Ludovic Courtès <ludo@gnu.org> | 2025-02-16 23:09:41 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-02-16 23:09:41 +0100 |
commit | 8c483c12e94bcf43e4c44170f1d5fea5fbba4970 (patch) | |
tree | d381f8b28b37cc02fe89e92fdb0c1135a9cc6059 /doc | |
parent | eba8c08b1bfc7ac333a0eda658a0be5acac7f151 (diff) |
Revert "services: Switch to ‘shepherd-system-log-service-type’ in ‘%base-services’."
This reverts commit c83bfc0415ba928b746362915d67600cdbb5da62 and the
corresponding ‘etc/news.scm’ entry (commits
12bd93113c7a2ddf8c1db849550d1c0ae356f039 and
622568ec13b54ad8caaa7f67d1e8686073749b8b) while investigating
<https://issues.guix.gnu.org/76315>.
Change-Id: Ie26c24b8cd25cee3466cc871470b0bec9a5dfafb
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 93b0ad113b..51bb4b38b6 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -19880,17 +19880,11 @@ privacy---often the result of host name lookups is in local cache, so external name servers do not even need to be queried. @end defvar -@cindex syslog, with external syslogd -@cindex logging, syslog +@cindex syslog +@cindex logging @defvar syslog-service-type -Type of the service that runs the syslog daemon (@command{syslogd}), -whose value is a @code{<syslog-configuration>} object (see below). - -@quotation Note -This service is redundant with and for the most part superseded by -@code{shepherd-system-log-service-type} (@pxref{shepherd-system-log, the -Shepherd system log}). -@end quotation +Type of the service that runs the syslog daemon, whose value is a +@code{<syslog-configuration>} object. @end defvar To have a modified @code{syslog-configuration} come into effect after @@ -46057,7 +46051,6 @@ herd schedule timer at 07:00 -- mpg123 Music/alarm.mp3 on the @code{timer} service. @end defvar -@anchor{shepherd-system-log} @cindex system log service, from Shepherd @cindex syslogd, Shepherd system log service @defvar shepherd-system-log-service-type @@ -46068,8 +46061,6 @@ traditionally implemented by @command{syslogd} programs. The value of services of this type must be a @code{system-log-configuration} record, as described below. - -This service is part of @code{%base-services} (@pxref{Base Services}). @end defvar @c %start of fragment |