[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] Remove KillMode= from systemd control files.
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Subject: [PATCH] Remove KillMode= from systemd control files.
- Date: Tue, 28 Jun 2011 12:51:09 -0400
process-group was an old setting that's no longer valid, and the default
setting is fine for us.
---
data/systemd/anaconda-shell.service | 1 -
data/systemd/loader.service | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/data/systemd/anaconda-shell.service b/data/systemd/anaconda-shell.service
index 556ed68..c99c1b3 100644
--- a/data/systemd/anaconda-shell.service
+++ b/data/systemd/anaconda-shell.service
@@ -9,4 +9,3 @@ ExecStart=-/sbin/agetty -n tty2 38400
Restart=always
RestartSec=0
TimeoutSec=0
-KillMode=process-group
diff --git a/data/systemd/loader.service b/data/systemd/loader.service
index cffd692..7f48361 100644
--- a/data/systemd/loader.service
+++ b/data/systemd/loader.service
@@ -9,5 +9,4 @@ Type=oneshot
WorkingDirectory=/root
ExecStart=/sbin/loader
StandardInput=tty-force
-KillMode=process-group
TimeoutSec=0
--
1.7.4.1
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]