system-config: back up nas_audiobooks mount fix and missing unit files

Adds the 4 permanent .mount units (family/books/owncloud/audiobooks) and
audiobookshelf-mount-ready.service to the repo backup, which weren't
tracked here yet, and updates the README to document the autofs->permanent
mount fix applied to nas_audiobooks today so a host rebuild doesn't
recreate the broken automount version.
This commit is contained in:
2026-09-17 21:16:57 +00:00
parent d397938c18
commit a0921dd387
7 changed files with 101 additions and 18 deletions
@@ -0,0 +1,13 @@
[Unit]
Description=Mount unRAID audiobooks NFS share
After=network-online.target
Wants=network-online.target
[Mount]
What=192.168.1.192:/mnt/user/media/audiobooks
Where=/mnt/nas_audiobooks
Type=nfs
Options=nfsvers=3,hard,rw,noatime
[Install]
WantedBy=multi-user.target