chiark / gitweb /
exec: drop process group kill mode since it has little use and confuses the user
[elogind.git] / units / serial-getty@.service.m4
index d42330a1ad6cd96505542e7118a77118493a6175..8b4f0fb9d52a244601c50e5ca328c82b402fd93f 100644 (file)
@@ -36,7 +36,7 @@ ExecStart=-/sbin/agetty -s %I 115200,38400,9600
 Restart=always
 RestartSec=0
 UtmpIdentifier=%I
-KillMode=process-group
+KillMode=process
 
 # Some login implementations ignore SIGTERM, so we send SIGHUP
 # instead, to ensure that login terminates cleanly.