]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
units: update comment
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 7 Apr 2025 08:33:44 +0000 (17:33 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 7 Apr 2025 08:34:08 +0000 (17:34 +0900)
Follow-up for f89985ca494b79b2beed47e1f10d46ef2d59ce3e.

units/systemd-journald.service.in

index 4404af963bb42458e07ffc724136960ab4a91a5b..45fd746526a5e0c359f517110db8795939b5a509 100644 (file)
@@ -15,7 +15,7 @@ Requires=systemd-journald.socket
 After=systemd-journald.socket systemd-journald-dev-log.socket systemd-journald-audit.socket syslog.socket
 Before=sysinit.target
 
-# To avoid journald SIGKILLed during soft-reboot and corrupting journals.
+# To avoid journald being SIGKILLed during soft-reboot and corrupting journals.
 # See https://github.com/systemd/systemd/issues/30195
 # Note, typically soft-reboot.target will be never reached,
 # and systemd-soft-reboot.service will trigger soft-reboot.