Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
allamiro committed May 12, 2024
1 parent 05ca26b commit f153c9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions KAFKA/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,12 @@ WantedBy=multi-user.target
[Service]
Type=simple
ExecStart=/etc/kafka/bin/zookeeper-server-start.sh /etc/kafka/config/zookeeper.properties
ExecStart=/bin/sh /etc/kafka/bin/zookeeper-server-start.sh /etc/kafka/config/zookeeper.properties
Restart=always
[Install]
WantedBy=multi-user.target
EOF
```

Expand Down Expand Up @@ -435,7 +436,7 @@ WantedBy=multi-user.target
[Service]
Type=simple
ExecStart=/etc/kafka/bin/kafka-server-start.sh /etc/kafka/config/server.properties
ExecStart=/bin/sh /etc/kafka/bin/kafka-server-start.sh /etc/kafka/config/server.properties
Restart=always
[Install]
Expand Down

0 comments on commit f153c9b

Please sign in to comment.