X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Fconsole-shell.service.m4;h=fef9e1b176265c9d7cca18ff406a836b6ea7b994;hb=19c5f19d69bb5f520fa7213239490c55de06d99d;hp=a4a9108b325099b90e66d92e05a7a81f353599f4;hpb=cbe8269481a0272a51d72dc35a54a1fe20c93dfc;p=elogind.git diff --git a/units/console-shell.service.m4 b/units/console-shell.service.m4 index a4a9108b3..fef9e1b17 100644 --- a/units/console-shell.service.m4 +++ b/units/console-shell.service.m4 @@ -23,6 +23,9 @@ After=rc-local.service m4_ifdef(`TARGET_MANDRIVA', After=rc-local.service )m4_dnl +m4_ifdef(`TARGET_MAGEIA', +After=rc-local.service +)m4_dnl Before=getty.target [Service] @@ -34,6 +37,7 @@ StandardInput=tty-force StandardOutput=inherit StandardError=inherit KillMode=process +IgnoreSIGPIPE=no # Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash # terminates cleanly.