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.
14 lines
266 B
SYSTEMD
14 lines
266 B
SYSTEMD
[Unit]
|
|
Description=Mount unRAID owncloud NFS share
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Mount]
|
|
What=192.168.1.192:/mnt/user/owncloud
|
|
Where=/mnt/nas_owncloud
|
|
Type=nfs
|
|
Options=nfsvers=3,hard,nolock,rw,noatime
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|