2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Change systemd unit to not have PIDFile

systemctl restart *always* prints a worrying message
with pidfile.
This commit is contained in:
Jarrod Johnson 2018-09-07 11:27:43 -04:00
parent 47a53a51e4
commit 34b7abcb2d

View File

@ -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