Bilder auf SMB Share in Kodi mounten

Damit ich es nicht nicht noch mal suchen muss:

cd /storage/.config/system.d/
vi storage-pictures.mount 
   [Unit]
   Description=bilder cifs mount script
   Requires=network-online.service
   After=network-online.service
   Before=kodi.service
   [Mount]
   What=//smb4sonos/bilder
   Where=/storage/pictures
   Options=username=ser,password=password
   Type=cifs
   [Install]
   WantedBy=multi-user.target

systemctl enable storage-pictures.mount

systemctl start storage-pictures.mount