mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
5ab1d6ea59
systemd's default stop seems to be incapable of understanding how to shut down our service. Provide an explicit ExecStop to have systemd act more sanely.
14 lines
253 B
Desktop File
14 lines
253 B
Desktop File
# IBM(c) 2015 Apache 2.0
|
|
[Unit]
|
|
Description=Confluent hardware manager
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/var/run/confluent/pid
|
|
ExecStart=/opt/confluent/bin/confluent
|
|
ExecStop=/opt/confluent/bin/confetty shutdown /
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|