Code
[Unit]
Description=nfs-y-script
Requires=network-online.service
After=network-online.service
Before=kodi.service
[Mount]
What=192.168.1.2:/y
Where=/storage/y
Options=nolock
Type=nfs
[Install]
WantedBy=multi-user.target
Display More
The Either use '-o nolock' to keep locks local, or start statd message comes from the underlying NFS libs but systemd knows whatever follows Options= is an option so you don't need to provide the -o prefix to nolock.