overlayfs-all-overlays.service.in 228 B

123456789101112
  1. [Unit]
  2. Description=Groups all overlays required by {PN} in one unit
  3. After={ALL_OVERLAYFS_UNITS}
  4. Requires={ALL_OVERLAYFS_UNITS}
  5. [Service]
  6. Type=oneshot
  7. ExecStart=/bin/true
  8. RemainAfterExit=true
  9. [Install]
  10. WantedBy=local-fs.target