how to disable the 6144 port sharing in domoticz trough the init.d?
I have:
Code: Select all
DAEMON_ARGS="$DAEMON_ARGS -www 80"
DAEMON_ARGS="$DAEMON_ARGS -sslwww 0"
i tried to fill in port 0 in the settings page, but its not persist after a reboot so it went back to 6144.
I ask this because i have another service running on port 6144 and this gives me a port conflict.
It is an pain in the ass to change the 6144 port of the other setting.
Thanks,
Barry