diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-04-06 12:07:02 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-04-06 12:08:14 +0200 |
commit | 1a6f09d01b77678a92b1c4c7efae761ebc0d7ef1 (patch) | |
tree | 67d7e0d29b9b1324130b6d4c0e5f72537607b64f /etc | |
parent | 0468455e7d279c89ea3ad1b51935efb2b785ec47 (diff) | |
download | patches-1a6f09d01b77678a92b1c4c7efae761ebc0d7ef1.tar patches-1a6f09d01b77678a92b1c4c7efae761ebc0d7ef1.tar.gz |
news: Add entry for 'rottlog-service-type'.
* etc/news.scm: Add entry for 'rottlog-service-type'.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/news.scm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index 305d49366d..f03db67f46 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -10,6 +10,14 @@ (channel-news (version 0) + (entry (commit "0468455e7d279c89ea3ad1b51935efb2b785ec47") + (title (en "Rottlog service added to @code{%base-services}")) + (body (en "An instance of @code{rottlog-service-type}, the system +service responsible for log rotation, has been added to @code{%base-services}. +If your operating system configuration for Guix System is explicitly adding +@code{rottlog-service-type} to the services, you should now remove it. See +the ``Log Rotation'' section of the manual for more information."))) + (entry (commit "e3e1a7ba08af2d58c47264c543617e499c239444") (title (en "@command{guix pull} now supports SSH authenticated repositories") |