Move from overlayfs to unionfs because of Cloudplow

This commit is contained in:
Scott Wallace 2019-11-02 16:37:48 +00:00
parent a70041a642
commit d83863d35d

View file

@ -1,10 +1,10 @@
[Unit] [Unit]
Before=local-fs.target
After=rclone.service After=rclone.service
Before=local-fs.target
Requires=rclone.service Requires=rclone.service
[Mount] [Mount]
Options=cow,direct_io,auto_cache,allow_other
Type=fuse.unionfs
What=/mnt/.media.cache=RW:/mnt/GoogleDriveCrypt=RO
Where=/mnt/media Where=/mnt/media
What=overlay
Type=overlay
Options=rw,relatime,lowerdir=/mnt/GoogleDriveCrypt,upperdir=/mnt/.media.cache,workdir=/mnt/.overlay.work