mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +00:00
4d1d016325
The sysvinit scripts were not returning the same informational messages when run under systemctl as they were when run under service.
13 lines
205 B
Desktop File
13 lines
205 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
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|