chiark / gitweb /
units: exclude gettys from isolate requests
[elogind.git] / units / getty@.service.m4
index d2a145dacd433664885a6a4c210e0fa3d60b814e..6b931fb871a001d89a3f36e9659a3a9369a7469d 100644 (file)
@@ -32,6 +32,7 @@ After=rc-local.service
 # sure that this is synchronized before getty.target, even though
 # getty.target didn't actually pull it in.
 Before=getty.target
+IgnoreOnIsolate=yes
 
 [Service]
 Environment=TERM=linux
@@ -44,6 +45,7 @@ TTYReset=yes
 TTYVHangup=yes
 TTYVTDisallocate=yes
 KillMode=process
+IgnoreSIGPIPE=no
 
 # Unset locale for the console getty since the console has problems
 # displaying some internationalized messages.