From e096bf2f95c1cb553bb6f3ea370d450397e441e6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 19 Nov 2010 16:24:21 +0100 Subject: [PATCH] units: move a couple of units from base.target to sysinit.target --- units/dev-hugepages.automount | 2 +- units/dev-mqueue.automount | 2 +- units/fedora/plymouth-read-write.service | 2 +- units/hwclock-load.service | 4 ++-- units/proc-sys-fs-binfmt_misc.automount | 2 +- units/sys-kernel-debug.automount | 2 +- units/sys-kernel-security.automount | 2 +- units/systemd-modules-load.service.in | 2 +- units/systemd-random-seed-load.service.in | 2 +- units/systemd-readahead-collect.service.in | 2 +- units/systemd-readahead-replay.service.in | 2 +- units/systemd-sysctl.service.in | 2 +- units/systemd-tmpfiles-clean.service.in | 2 +- units/systemd-tmpfiles-setup.service.in | 2 +- units/systemd-vconsole-setup.service.in | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) diff --git a/units/dev-hugepages.automount b/units/dev-hugepages.automount index b9dae8548..dfd3868ef 100644 --- a/units/dev-hugepages.automount +++ b/units/dev-hugepages.automount @@ -8,7 +8,7 @@ [Unit] Description=Huge Pages File System Automount Point DefaultDependencies=no -Before=basic.target +Before=sysinit.target [Automount] Where=/dev/hugepages diff --git a/units/dev-mqueue.automount b/units/dev-mqueue.automount index acdb5427d..73c4110ef 100644 --- a/units/dev-mqueue.automount +++ b/units/dev-mqueue.automount @@ -8,7 +8,7 @@ [Unit] Description=POSIX Message Queue File System Automount Point DefaultDependencies=no -Before=basic.target +Before=sysinit.target [Automount] Where=/dev/mqueue diff --git a/units/fedora/plymouth-read-write.service b/units/fedora/plymouth-read-write.service index ff2f8e440..09fbf7d4c 100644 --- a/units/fedora/plymouth-read-write.service +++ b/units/fedora/plymouth-read-write.service @@ -9,7 +9,7 @@ Description=Tell Plymouth To Write Out Runtime Data DefaultDependencies=no After=local-fs.target -Before=basic.target +Before=sysinit.target [Service] ExecStart=-/bin/plymouth update-root-fs --read-write diff --git a/units/hwclock-load.service b/units/hwclock-load.service index 6a1951ad0..4deb5c10c 100644 --- a/units/hwclock-load.service +++ b/units/hwclock-load.service @@ -10,7 +10,7 @@ Description=Apply System Clock UTC Offset DefaultDependencies=no Conflicts=shutdown.target After=systemd-readahead-collect.service systemd-readahead-replay.service -Before=basic.target shutdown.target udev.service +Before=sysinit.target shutdown.target udev.service [Service] Type=oneshot @@ -30,4 +30,4 @@ StandardOutput=syslog # system time as part of kernel setup. [Install] -WantedBy=basic.target +WantedBy=sysinit.target diff --git a/units/proc-sys-fs-binfmt_misc.automount b/units/proc-sys-fs-binfmt_misc.automount index f9b5cc71d..91f49ef38 100644 --- a/units/proc-sys-fs-binfmt_misc.automount +++ b/units/proc-sys-fs-binfmt_misc.automount @@ -8,7 +8,7 @@ [Unit] Description=Arbitrary Executable File Formats File System Automount Point DefaultDependencies=no -Before=basic.target +Before=sysinit.target [Automount] Where=/proc/sys/fs/binfmt_misc diff --git a/units/sys-kernel-debug.automount b/units/sys-kernel-debug.automount index 7b3e041b8..f856a8793 100644 --- a/units/sys-kernel-debug.automount +++ b/units/sys-kernel-debug.automount @@ -8,7 +8,7 @@ [Unit] Description=Debug File System Automount Point DefaultDependencies=no -Before=basic.target +Before=sysinit.target [Automount] Where=/sys/kernel/debug diff --git a/units/sys-kernel-security.automount b/units/sys-kernel-security.automount index c43deb7d0..cd13e4a88 100644 --- a/units/sys-kernel-security.automount +++ b/units/sys-kernel-security.automount @@ -8,7 +8,7 @@ [Unit] Description=Security File System Automount Point DefaultDependencies=no -Before=basic.target +Before=sysinit.target [Automount] Where=/sys/kernel/security diff --git a/units/systemd-modules-load.service.in b/units/systemd-modules-load.service.in index 612338b61..739729e69 100644 --- a/units/systemd-modules-load.service.in +++ b/units/systemd-modules-load.service.in @@ -10,7 +10,7 @@ Description=Load Kernel Modules DefaultDependencies=no Conflicts=shutdown.target After=systemd-readahead-collect.service systemd-readahead-replay.service -Before=basic.target shutdown.target +Before=sysinit.target shutdown.target ConditionDirectoryNotEmpty=/etc/modules-load.d [Service] diff --git a/units/systemd-random-seed-load.service.in b/units/systemd-random-seed-load.service.in index 8e54db922..a2b6a557d 100644 --- a/units/systemd-random-seed-load.service.in +++ b/units/systemd-random-seed-load.service.in @@ -11,7 +11,7 @@ DefaultDependencies=no Wants=local-fs.target Conflicts=shutdown.target After=systemd-readahead-collect.service systemd-readahead-replay.service local-fs.target -Before=basic.target shutdown.target +Before=sysinit.target shutdown.target [Service] Type=oneshot diff --git a/units/systemd-readahead-collect.service.in b/units/systemd-readahead-collect.service.in index bcea65efa..1a66f9fa6 100644 --- a/units/systemd-readahead-collect.service.in +++ b/units/systemd-readahead-collect.service.in @@ -10,7 +10,7 @@ Description=Collect Read-Ahead Data DefaultDependencies=no Wants=systemd-readahead-done.timer Conflicts=shutdown.target -Before=basic.target shutdown.target +Before=sysinit.target shutdown.target [Service] Type=notify diff --git a/units/systemd-readahead-replay.service.in b/units/systemd-readahead-replay.service.in index 8ed3b75ef..5cc6defd9 100644 --- a/units/systemd-readahead-replay.service.in +++ b/units/systemd-readahead-replay.service.in @@ -9,7 +9,7 @@ Description=Replay Read-Ahead Data DefaultDependencies=no Conflicts=shutdown.target -Before=basic.target shutdown.target +Before=sysinit.target shutdown.target ConditionPathExists=/.readahead [Service] diff --git a/units/systemd-sysctl.service.in b/units/systemd-sysctl.service.in index af3ba88e2..ada447885 100644 --- a/units/systemd-sysctl.service.in +++ b/units/systemd-sysctl.service.in @@ -10,7 +10,7 @@ Description=Apply Kernel Variables DefaultDependencies=no Conflicts=shutdown.target After=systemd-readahead-collect.service systemd-readahead-replay.service -Before=basic.target shutdown.target +Before=sysinit.target shutdown.target ConditionPathExists=/etc/sysctl.conf ConditionDirectoryNotEmpty=/etc/sysctl.d diff --git a/units/systemd-tmpfiles-clean.service.in b/units/systemd-tmpfiles-clean.service.in index 3b27330e0..9d0513543 100644 --- a/units/systemd-tmpfiles-clean.service.in +++ b/units/systemd-tmpfiles-clean.service.in @@ -10,7 +10,7 @@ Description=Cleanup of Temporary Directories DefaultDependencies=no Wants=local-fs.target After=systemd-readahead-collect.service systemd-readahead-replay.service local-fs.target -Before=basic.target shutdown.target +Before=sysinit.target shutdown.target ConditionPathExists=/etc/tmpfiles.d [Service] diff --git a/units/systemd-tmpfiles-setup.service.in b/units/systemd-tmpfiles-setup.service.in index df80e82be..d9274edfa 100644 --- a/units/systemd-tmpfiles-setup.service.in +++ b/units/systemd-tmpfiles-setup.service.in @@ -10,7 +10,7 @@ Description=Recreate Volatile Files and Directories DefaultDependencies=no Wants=local-fs.target After=systemd-readahead-collect.service systemd-readahead-replay.service local-fs.target -Before=basic.target shutdown.target +Before=sysinit.target shutdown.target ConditionPathExists=/etc/tmpfiles.d [Service] diff --git a/units/systemd-vconsole-setup.service.in b/units/systemd-vconsole-setup.service.in index 19760a906..91d95d66e 100644 --- a/units/systemd-vconsole-setup.service.in +++ b/units/systemd-vconsole-setup.service.in @@ -10,7 +10,7 @@ Description=Setup Virtual Console DefaultDependencies=no Conflicts=shutdown.target After=systemd-readahead-collect.service systemd-readahead-replay.service -Before=basic.target shutdown.target +Before=sysinit.target shutdown.target [Service] Type=oneshot -- 2.30.2