Skip to content

Commit

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

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

[Install]
WantedBy=multi-user.target

0 comments on commit 176d4dd

Please sign in to comment.