chiark / gitweb /
systemd-journal-flush.service: remove "trigger" from description
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 1 Nov 2014 17:52:14 +0000 (13:52 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 1 Nov 2014 18:39:48 +0000 (14:39 -0400)
This service is now synchronous, so "trigger" is misleading.

NEWS
units/systemd-journal-flush.service.in

diff --git a/NEWS b/NEWS
index b8a37767eb021349ead89d86452642d6e918dede..96f0dd79f933eedd33d3a91e124f6e8ee72675e7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,9 +7,10 @@ CHANGES WITH 217:
           show log timestamps in the UTC timezone. journalctl now also
           accepts -n/--lines=all to disable line capping in a pager.
 
-        * journalctl gained a new switch, --flush, that flushes
-          logs from /run/log/journal to /var/log/journal if
-          persistent storage is enabled.
+        * journalctl gained a new switch, --flush, that synchronously
+          flushes logs from /run/log/journal to /var/log/journal if
+          persistent storage is enabled. systemd-journal-flush.service
+          now waits until the operation is complete.
 
         * Services can notify the manager before they start a reload
           (by sending RELOADING=1) or shutdown (by sending
index 2612220e2e15b7125c6a41b87150af0f492d4e7a..fa290897d60d588fe3ff132e75477e2bb5e4226f 100644 (file)
@@ -6,7 +6,7 @@
 #  (at your option) any later version.
 
 [Unit]
-Description=Trigger Flushing of Journal to Persistent Storage
+Description=Flush Journal to Persistent Storage
 Documentation=man:systemd-journald.service(8) man:journald.conf(5)
 DefaultDependencies=no
 Requires=systemd-journald.service