From 34b7abcb2d689e8245bf1745066f763903aef651 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 7 Sep 2018 11:27:43 -0400 Subject: [PATCH] Change systemd unit to not have PIDFile systemctl restart *always* prints a worrying message with pidfile. --- confluent_server/systemd/confluent.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_server/systemd/confluent.service b/confluent_server/systemd/confluent.service index 7f1dcec1..7a6f8fea 100644 --- a/confluent_server/systemd/confluent.service +++ b/confluent_server/systemd/confluent.service @@ -4,7 +4,7 @@ Description=Confluent hardware manager [Service] Type=forking -PIDFile=/var/run/confluent/pid +#PIDFile=/var/run/confluent/pid ExecStart=/opt/confluent/bin/confluent ExecStop=/opt/confluent/bin/confetty shutdown / Restart=on-failure