mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
systemd: prevent unmounting flash via umount.target
add drop-in to set DefaultDependencies=no on /flash mount. This removes the Conflicts=umount.target and /flash won't be unmounted by systemd. systemd-shutdown will then later remount it ro and try to unmount it. Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
ec342bdd9b
commit
dd198bf0b4
@ -0,0 +1,2 @@
|
||||
[Unit]
|
||||
DefaultDependencies=no
|
Loading…
x
Reference in New Issue
Block a user