mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #9561 from mglae/le12_ntfs3g_upd
This commit is contained in:
commit
c8da57b250
@ -2,7 +2,7 @@
|
||||
# Copyright (C) 2024-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="ntfs3g"
|
||||
PKG_REV="0"
|
||||
PKG_REV="1"
|
||||
PKG_LICENSE="GPLv3"
|
||||
PKG_DEPENDS_TARGET="toolchain fuse ntfs-3g_ntfsprogs"
|
||||
PKG_SECTION="service"
|
||||
|
@ -5,7 +5,7 @@ Before=samba-config.service
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/mount -o bind /storage/.kodi/addons/service.ntfs3g/bin/mount.ntfs3g /usr/sbin/mount.ntfs
|
||||
ExecStop=/usr/bin/umount /usr/sbin/mount.ntfs
|
||||
ExecStop=/bin/sh -c 'grep -q " /usr/sbin/mount.ntfs " /proc/self/mounts && umount /usr/sbin/mount.ntfs || true'
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
|
Loading…
x
Reference in New Issue
Block a user