Hi,
when i try to enable my share for mounting at startup i get the following error message:
Code
odroidtwo:~/.config/system.d # systemctl enable storage-kodi.mnt
Failed to enable unit: Unit file storage-kodi.mnt.service does not exist.
The file i created is called storage-kodi.mnt with following inside:
Code
[Unit]
Description=test nfs mount script
Requires=network-online.service
After=network-online.service
Before=kodi.service
[Mount]
What=am-dc-01:/kodi/
Where=/storage/kodi/
Options=
Type=nfs
[Install]
WantedBy=multi-user.target
Display More
Im using the latest Leia Test build on Odroid, the same script works on my other odroid.