units: drop KillMode= from initrd-switch-root.service
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 29 Jan 2017 17:45:51 +0000 (12:45 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 31 Jan 2017 06:34:40 +0000 (01:34 -0500)
commit0af9a194ca0243fcb206499116e28612f571bd91
tree344677d55dad195555588873bcc2f4e0e524e6f4
parentb3ad0ff48c154ed056a6bded2adac609395a9439
units: drop KillMode= from initrd-switch-root.service

The service already has DefaultDeps disabled, so systemd should not try to stop
it. And if it *does* get stopped, we don't want the zombie process around.
KillMode=none does not change anything in the killall() phase, and we already
use argv[0][0] = '@' to protect against that anyway. KillMode=none should not
be useful in normal operation, so let's leave it out.
units/initrd-switch-root.service.in