Skip to content

rmtfs.service: Only start if dev node present#35

Open
lool wants to merge 1 commit into
linux-msm:masterfrom
lool:condiionpathexists
Open

rmtfs.service: Only start if dev node present#35
lool wants to merge 1 commit into
linux-msm:masterfrom
lool:condiionpathexists

Conversation

@lool

@lool lool commented May 20, 2026

Copy link
Copy Markdown

Allow having the rmtfs service present but not started on devices
which don't have a /dev/qcom_rmtfs_mem1 by starting only if this
node is present. This allows creating generic images, without
reporting an error because the service can't start when the device
node is lacking.

Fixes: #34

Allow having the rmtfs service present but not started on devices
which don't have a /dev/qcom_rmtfs_mem1 by starting only if this
node is present. This allows creating generic images, without
reporting an error because the service can't start when the device
node is lacking.

Fixes: linux-msm#34

Reported-by: Agathe Porte <agathe.porte@oss.qualcomm.com>
Signed-off-by: Loïc Minier <loic.minier@oss.qualcomm.com>
@lool

lool commented May 20, 2026

Copy link
Copy Markdown
Author

Tested on VENTUNO Q and UNO Q with qcom-deb-images.

VENTUNO Q: "systemctl status rmtfs" shows that this service was skipped; status is degraded due to another service (qbootctl) present in qcom-deb-images, but this seems to work as desired.

UNO Q: rmtfs started as usual before and after these changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rmtfs service starts even when /dev/qcom_rmtfs_mem1 not available

1 participant