mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
4 lines
105 B
Bash
4 lines
105 B
Bash
|
#!/bin/bash
|
||
|
rm -f /var/run/confluent/pid /run/confluent/pid >& /dev/null
|
||
|
/opt/confluent/bin/confluent -f
|