mirror of
https://github.com/systemd/systemd.git
synced 2025-01-05 13:18:06 +03:00
units: drop systemd-user-sessions.service ordering dep on systemd-journal-flush.service (#10502)
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
This commit is contained in:
parent
d1db1c438f
commit
73f19ce1ae
@ -12,9 +12,8 @@ Description=Flush Journal to Persistent Storage
|
|||||||
Documentation=man:systemd-journald.service(8) man:journald.conf(5)
|
Documentation=man:systemd-journald.service(8) man:journald.conf(5)
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
Requires=systemd-journald.service
|
Requires=systemd-journald.service
|
||||||
After=systemd-journald.service
|
After=systemd-journald.service systemd-remount-fs.service
|
||||||
After=systemd-remount-fs.service
|
Before=systemd-tmpfiles-setup.service
|
||||||
Before=systemd-user-sessions.service systemd-tmpfiles-setup.service
|
|
||||||
RequiresMountsFor=/var/log/journal
|
RequiresMountsFor=/var/log/journal
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Loading…
Reference in New Issue
Block a user