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
312 B
Desktop File
14 lines
312 B
Desktop File
[Unit]
|
|
Description=Restart audiobookshelf after mnt-nas_audiobooks is ready
|
|
After=mnt-nas_audiobooks.mount
|
|
Requires=mnt-nas_audiobooks.mount
|
|
BindsTo=mnt-nas_audiobooks.mount
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/docker restart audiobookshelf
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=mnt-nas_audiobooks.mount
|