mirror of
https://github.com/xcat2/confluent.git
synced 2026-08-26 16:46:43 +00:00
cb5a6fe964
bin/confluentsrv.py is a python2 script that setup.py never lists in scripts, so no package has ever installed it, and both the systemd unit and the sysvinit script start bin/confluent instead. It had also drifted out of step with what it calls: main.run takes the argument vector and this passed none. confluentsrv.spec goes with it. It is a PyInstaller spec whose only input is c:/Python27/Scripts/confluentsrv.py, a path that has never existed in this tree, left over from the Windows compatibility work.