mirror of
https://github.com/systemd/systemd.git
synced 2025-03-28 02:50:16 +03:00
systemd-journal-flush.service: remove "trigger" from description
This service is now synchronous, so "trigger" is misleading.
This commit is contained in:
parent
2a97b03b3b
commit
a65b824577
7
NEWS
7
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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user