diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-modules-load.service.in | 3 | ||||
-rw-r--r-- | units/systemd-random-seed-load.service.in | 3 | ||||
-rw-r--r-- | units/systemd-random-seed-save.service.in | 3 | ||||
-rw-r--r-- | units/systemd-vconsole-setup.service.in | 3 |
4 files changed, 0 insertions, 12 deletions
diff --git a/units/systemd-modules-load.service.in b/units/systemd-modules-load.service.in index 7a94040fae..d6a5fa69a8 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 965da06901..087f7b6800 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 2021b079c7..7cfd2c0a4e 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 c113be578e..66df594ea7 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 |