chiark / gitweb /
units: exclude gettys from isolate requests
[elogind.git] / units / serial-getty@.service.m4
index e5f0ca6c6c0370a4b1a4e7203533e71d118495eb..d1d14d35e6596bbe4991df8fa33eda97f4ec1d46 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=vt100
@@ -43,6 +44,7 @@ TTYPath=/dev/%I
 TTYReset=yes
 TTYVHangup=yes
 KillMode=process
+IgnoreSIGPIPE=no
 
 # Some login implementations ignore SIGTERM, so we send SIGHUP
 # instead, to ensure that login terminates cleanly.