]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
units: drop systemd-user-sessions.service ordering dep on systemd-journal-flush.servi...
authorLennart Poettering <lennart@poettering.net>
Wed, 24 Oct 2018 19:41:02 +0000 (21:41 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 24 Oct 2018 19:41:02 +0000 (04:41 +0900)
THis dep existed since the unit was introduced, but I cannot see what
good it would do. Hence in the interest of simplifying things, let's
drop it. If breakages appear later we can certainly revert this again.

Fixes: #10469
units/systemd-journal-flush.service.in

index 439f5f3f76d5056e4dda593cfb24358004609af3..bacfe51d6f3f450d9382a4428c8296ff13fd0eee 100644 (file)
@@ -12,9 +12,8 @@ Description=Flush Journal to Persistent Storage
 Documentation=man:systemd-journald.service(8) man:journald.conf(5)
 DefaultDependencies=no
 Requires=systemd-journald.service
-After=systemd-journald.service
-After=systemd-remount-fs.service
-Before=systemd-user-sessions.service systemd-tmpfiles-setup.service
+After=systemd-journald.service systemd-remount-fs.service
+Before=systemd-tmpfiles-setup.service
 RequiresMountsFor=/var/log/journal
 
 [Service]