Hi,
v1.1.1 introduced the rmtfs-dir systemd service. However, this one seems to race with the existing rmtfs service, and depending on which service starts first, can lead to a state where WiFi is unusable, at least on some devices (initially reported on oneplus,enchilada).
Disabling rmtfs-dir.service fixes the issue on this device, although I'm unsure what the best solution would be here: maybe adding a Conflicts= entry could be an option? Could dropping the [Install] section from rmtfs-dir.service help as well?
Hi,
v1.1.1 introduced the
rmtfs-dirsystemd service. However, this one seems to race with the existingrmtfsservice, and depending on which service starts first, can lead to a state where WiFi is unusable, at least on some devices (initially reported ononeplus,enchilada).Disabling
rmtfs-dir.servicefixes the issue on this device, although I'm unsure what the best solution would be here: maybe adding aConflicts=entry could be an option? Could dropping the[Install]section fromrmtfs-dir.servicehelp as well?