summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2010-09-21 21:25:44 +0200
committerKay Sievers <kay.sievers@vrfy.org>2010-09-21 21:25:44 +0200
commitd3f09cf39637de2441288b5e4c93eecbd1fb872d (patch)
treeca7d7e40f76be360dd96be66dfcd0197d3f5bd10 /units
parentfa70128df1eb259cbf7244471ae9f03026e5b006 (diff)
units: always enable random-seed, module-load, vconsole
Diffstat (limited to 'units')
-rw-r--r--units/systemd-modules-load.service.in3
-rw-r--r--units/systemd-random-seed-load.service.in3
-rw-r--r--units/systemd-random-seed-save.service.in3
-rw-r--r--units/systemd-vconsole-setup.service.in3
4 files changed, 0 insertions, 12 deletions
diff --git a/units/systemd-modules-load.service.in b/units/systemd-modules-load.service.in
index 7a94040fa..d6a5fa69a 100644
--- a/units/systemd-modules-load.service.in
+++ b/units/systemd-modules-load.service.in
@@ -15,6 +15,3 @@ Before=shutdown.target
Type=oneshot
RemainAfterExit=yes
ExecStart=@rootlibexecdir@/systemd-modules-load
-
-[Install]
-WantedBy=sysinit.target
diff --git a/units/systemd-random-seed-load.service.in b/units/systemd-random-seed-load.service.in
index 965da0690..087f7b680 100644
--- a/units/systemd-random-seed-load.service.in
+++ b/units/systemd-random-seed-load.service.in
@@ -15,6 +15,3 @@ Before=shutdown.target
[Service]
Type=oneshot
ExecStart=@rootlibexecdir@/systemd-random-seed load
-
-[Install]
-WantedBy=sysinit.target
diff --git a/units/systemd-random-seed-save.service.in b/units/systemd-random-seed-save.service.in
index 2021b079c..7cfd2c0a4 100644
--- a/units/systemd-random-seed-save.service.in
+++ b/units/systemd-random-seed-save.service.in
@@ -14,6 +14,3 @@ Conflicts=systemd-random-seed-load.service
[Service]
Type=oneshot
ExecStart=@rootlibexecdir@/systemd-random-seed save
-
-[Install]
-WantedBy=shutdown.target
diff --git a/units/systemd-vconsole-setup.service.in b/units/systemd-vconsole-setup.service.in
index c113be578..66df594ea 100644
--- a/units/systemd-vconsole-setup.service.in
+++ b/units/systemd-vconsole-setup.service.in
@@ -15,6 +15,3 @@ Before=shutdown.target
Type=oneshot
RemainAfterExit=yes
ExecStart=@rootlibexecdir@/systemd-vconsole-setup
-
-[Install]
-WantedBy=sysinit.target