Changed
- Cache moved under
/var/lib/morfsystem/morfanalytics (see docs/fr/FILESYSTEM.md). The SQLite sample cache is persistent state: when cache_dir is not set, it no longer falls back to the current directory (/opt/morfanalytics) but to state. The unit declares StateDirectory=morfsystem/morfanalytics, exposed via $STATE_DIRECTORY. A module's cache_dir parameter still takes precedence.
Migration
sudo systemctl stop morfanalytics
sudo mv /opt/morfanalytics/meteohub-cache.sqlite /var/lib/morfsystem/morfanalytics/ 2>/dev/null || true
sudo systemctl start morfanalytics