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: v246-rc1~605^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0f968ad96e9a6340edced8e22089c802c2f6497;p=thirdparty%2Fsystemd.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. --- diff --git a/units/systemd-backlight@.service.in b/units/systemd-backlight@.service.in index d3022856f2d..6f7967fd003 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 951faa62a16..d1ece270749 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 3abb958310d..af2042f1e51 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 f0486a70ab7..92ee94582cd 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