overlayfs-unit.mount.in 317 B

12345678910111213
  1. [Unit]
  2. Description=Overlayfs mount unit {LOWERDIR}
  3. Requires={CREATE_DIRS_SERVICE}
  4. After={CREATE_DIRS_SERVICE}
  5. [Mount]
  6. What=overlay
  7. Where={LOWERDIR}
  8. Type=overlay
  9. Options=lowerdir={LOWERDIR},upperdir={DATA_MOUNT_POINT}/upper{LOWERDIR},workdir={DATA_MOUNT_POINT}/workdir{LOWERDIR}
  10. [Install]
  11. WantedBy=multi-user.target