]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/systemd-update-utmp.service.in
Merge pull request #16556 from keszybz/test-terminal-colors
[thirdparty/systemd.git] / units / systemd-update-utmp.service.in
index e7c20a5ead2b1da7affe1a03cfa7fb53ffa3c73a..b9a668faeb4225e2430e37eceb1db7beb77c3f96 100644 (file)
@@ -1,3 +1,5 @@
+#  SPDX-License-Identifier: LGPL-2.1+
+#
 #  This file is part of systemd.
 #
 #  systemd is free software; you can redistribute it and/or modify it
@@ -6,12 +8,12 @@
 #  (at your option) any later version.
 
 [Unit]
-Description=Update UTMP about System Reboot/Shutdown
+Description=Update UTMP about System Boot/Shutdown
 Documentation=man:systemd-update-utmp.service(8) man:utmp(5)
 DefaultDependencies=no
 RequiresMountsFor=/var/log/wtmp
 Conflicts=shutdown.target
-After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-remount-fs.service systemd-tmpfiles-setup.service auditd.service
+After=systemd-remount-fs.service systemd-tmpfiles-setup.service auditd.service
 Before=sysinit.target shutdown.target
 
 [Service]