I'm not happy with Domoticz residing in a user's home directory, and would like to install in properly instead. Currently, if I do a "sudo make install" after compiling, the whole shebang ends up in /opt, which is wrong in so many ways. Is there any way to get Domoticz to play nice with the Linux file system hierarchy? Ideally, I would like to have:
- Config file(s) in /etc
- Binaries in /usr/sbin (or /usr/bin)
- Web UI files in /var/www (or /usr/share)
- Log files in /var/log
- Database in /usr/local (or /usr/local/var)