diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-07-29 05:59:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-29 05:59:06 +0200 |
commit | 0fbd465f4138dd2c3c7428c23cae117a7b56568d (patch) | |
tree | 773972337f3e583c65a82cddcb48d403886f8f3e /units | |
parent | build-sys: conditionally disable LTO if requested (#3823) (diff) | |
parent | vconsole: update man page (diff) | |
download | systemd-0fbd465f4138dd2c3c7428c23cae117a7b56568d.tar.xz systemd-0fbd465f4138dd2c3c7428c23cae117a7b56568d.zip |
Merge pull request #3742 from msoltyspl/vconfix2
vconsole-setup: updates & fixes V2
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-vconsole-setup.service.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/units/systemd-vconsole-setup.service.in b/units/systemd-vconsole-setup.service.in index 6160361871..2bd1fd1a5d 100644 --- a/units/systemd-vconsole-setup.service.in +++ b/units/systemd-vconsole-setup.service.in @@ -9,11 +9,8 @@ Description=Setup Virtual Console Documentation=man:systemd-vconsole-setup.service(8) man:vconsole.conf(5) DefaultDependencies=no -Conflicts=shutdown.target -Before=sysinit.target shutdown.target ConditionPathExists=/dev/tty0 [Service] Type=oneshot -RemainAfterExit=yes ExecStart=@rootlibexecdir@/systemd-vconsole-setup |