0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-02-08 07:29:51 +00:00
2024-12-08 15:54:47 +01:00

13 lines
367 B
Desktop File

[Unit]
Description=ntfs3g for udevil
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=/bin/sh -c 'grep -q " /usr/sbin/mount.ntfs " /proc/self/mounts && umount /usr/sbin/mount.ntfs || true'
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target