diff options
author | Michal Soltys <soltys@ziu.info> | 2016-07-27 00:57:01 +0200 |
---|---|---|
committer | Michal Soltys <soltys@ziu.info> | 2016-07-27 00:57:01 +0200 |
commit | 8125e8d38e3aa099c7dce8b0161997b8842aebdc (patch) | |
tree | ac363eb644f6628ed9b1f4a2512d0677032a1ea4 /Makefile.am | |
parent | eb22d84b47f16bedb60824b441900715fd79841d (diff) | |
download | systemd-8125e8d38e3aa099c7dce8b0161997b8842aebdc.tar.gz |
vconsole: Don't do static installation under sysinit.target
Udev rules cover all the necessary initializations.
As the service now is neither installed, nor installable - we can
remove explicit dependencies and RemainAfterExit=yes option.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index c9fb4917ad..7535b505fb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4628,9 +4628,6 @@ nodist_udevrules_DATA += \ nodist_systemunit_DATA += \ units/systemd-vconsole-setup.service - -SYSINIT_TARGET_WANTS += \ - systemd-vconsole-setup.service endif EXTRA_DIST += \ |