Skip to content

Commit

Permalink
Create zoo.service.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
allamiro authored Jan 27, 2024
1 parent a02d0ef commit 5b96e5e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions KAFKA/kafka-automation/zoo.service.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Unit]
Description=Zookeeper Service

[Service]
Type=simple
ExecStart=sh /etc/kafka/bin/zookeeper-server-start.sh /etc/kafka/config/zookeeper.properties
Restart=always

[Install]
WantedBy=multi-user.target

0 comments on commit 5b96e5e

Please sign in to comment.