From: Lennart Poettering Date: Wed, 8 Apr 2020 14:24:23 +0000 (+0200) Subject: units: drop systemd-remount-fs.service dependency from more services X-Git-Tag: archive/raspbian/246.1-1+rpi1~1^2^2~32 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=77deb52a9ecd757ad8a4578fd18e55d305343820;p=systemd.git units: drop systemd-remount-fs.service dependency from more services All services using StateDirectory= don't need the explicit dep anymore, let's hence drop it everywhere. (cherry picked from commit e0f968ad96e9a6340edced8e22089c802c2f6497) Gbp-Pq: Name units-drop-systemd-remount-fs.service-dependency-from-mor.patch --- diff --git a/units/systemd-backlight@.service.in b/units/systemd-backlight@.service.in index d3022856..6f7967fd 100644 --- a/units/systemd-backlight@.service.in +++ b/units/systemd-backlight@.service.in @@ -12,7 +12,6 @@ Description=Load/Save Screen Backlight Brightness of %i Documentation=man:systemd-backlight@.service(8) DefaultDependencies=no Conflicts=shutdown.target -After=systemd-remount-fs.service Before=sysinit.target shutdown.target [Service] diff --git a/units/systemd-coredump@.service.in b/units/systemd-coredump@.service.in index 951faa62..d1ece270 100644 --- a/units/systemd-coredump@.service.in +++ b/units/systemd-coredump@.service.in @@ -12,7 +12,7 @@ Description=Process Core Dump Documentation=man:systemd-coredump(8) DefaultDependencies=no Conflicts=shutdown.target -After=systemd-remount-fs.service systemd-journald.socket +After=systemd-journald.socket Requires=systemd-journald.socket Before=shutdown.target diff --git a/units/systemd-rfkill.service.in b/units/systemd-rfkill.service.in index 3abb9583..af2042f1 100644 --- a/units/systemd-rfkill.service.in +++ b/units/systemd-rfkill.service.in @@ -13,7 +13,7 @@ Documentation=man:systemd-rfkill.service(8) DefaultDependencies=no BindsTo=sys-devices-virtual-misc-rfkill.device Conflicts=shutdown.target -After=sys-devices-virtual-misc-rfkill.device systemd-remount-fs.service +After=sys-devices-virtual-misc-rfkill.device Before=shutdown.target [Service] diff --git a/units/systemd-timesyncd.service.in b/units/systemd-timesyncd.service.in index f0486a70..92ee9458 100644 --- a/units/systemd-timesyncd.service.in +++ b/units/systemd-timesyncd.service.in @@ -13,7 +13,7 @@ Documentation=man:systemd-timesyncd.service(8) ConditionCapability=CAP_SYS_TIME ConditionVirtualization=!container DefaultDependencies=no -After=systemd-remount-fs.service systemd-sysusers.service +After=systemd-sysusers.service Before=time-set.target sysinit.target shutdown.target Conflicts=shutdown.target Wants=time-set.target time-sync.target