# Shutting down and remounting NFS share of NAS ## System settings required to enable `mount -a` from kodi ### `/etc/sudoers.d/kodi` ``` Cmnd_Alias MOUNT_A_CMD=/bin/mount -a kodi ALL=(ALL) NOPASSWD: MOUNT_A_CMD ``` ### Setup user account on the NAS system Create the user `kodi` and note the password. ### `/etc/sudoers.d/kodi` on the NAS ``` kodi ALL=(ALL) NOPASSWD: /sbin/shutdown -P now ```