I just created a smb folder in storage/.kodi with a file user.conf and this code inside :
Now i have this when I do : systemctl status storage-timecapsule.mount
Code
● storage-timecapsule.mount - TimeCapsule Mount Script
Loaded: loaded (/storage/.config/system.d/storage-timecapsule.mount; enabled;
vendor preset: disabled)
Active: active (mounted) since Fri 2018-05-25 15:45:28 CEST; 1min 17s ago
Where: /storage/timecapsule
What: //192.168.1.128/DATA
Process: 407 ExecMount=/usr/bin/mount //192.168.1.128/DATA /storage/timecapsul
e -t cifs -o username=Myusername,password=Mypassword,sec=ntlm,vers=1.0 (code=exite
d, status=0/SUCCESS)
CGroup: /system.slice/storage-timecapsule.mount
Mar 05 23:16:41 LibreELEC systemd[1]: Mounting TimeCapsule Mount Script...
May 25 15:45:28 LibreELEC systemd[1]: Mounted TimeCapsule Mount Script.
~
~
~
~
~
~
~
~
~
standard input
Display More
And I think that works ! Thanks a lot ! A lot !