This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
operation-and-maintenance-a…/bigdata-scripts_test3/roles/kafka/templates/keepkafalive.j2
2020-03-10 19:52:21 +08:00

12 lines
320 B
Django/Jinja
Executable File

#!/bin/bash
#
# netconsole This loads the netconsole module with the configured parameters.
#
# chkconfig:123456 30 70
# description: keepkafkaalive
source /etc/profile
PRO_NAME=keepkafkaalive
killall -9 dae-kafka.sh
{{ kafka.base_dir }}/{{ kafka.version }}/bin/dae-kafka.sh {{ kafka.base_dir }} > /dev/null 2>&1 &