OpenELEC Testbuilds for RaspberryPi (Kodi 17.0)
#10
I have 8 Mounts that are running through systemd
all use the following setup but with different what/where
Code:
[Unit]
Description=TV Shows
Requires=network-online.service
After=network-online.service
Before=kodi.service

[Mount]
# The share we want mount
What=192.168.1.60:/TVShows
Where=/storage/tvshows
Options=nfsvers=3,intr,noatime,rsize=32768,wsize=32768,nolock,async,proto=udp
Type=nfs

[Install]
WantedBy=multi-user.target

I'll try with a clean system tomorrow. I just didnt want to immediately try this in case it was useful in debugging to be able to reproduce


Messages In This Thread
RE: OpenELEC Testbuilds for RaspberryPi (Kodi 17.0) - by bagofcrap24 - 2015-12-06, 02:03
RPI 3 no internet access on wifi - by b1m1 - 2016-03-09, 14:44
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi (Kodi 17.0)6