crops-yocto/poky/meta/files/overlayfs-all-overlays.service.in

13 lines
228 B
SYSTEMD
Raw Normal View History

2024-03-01 23:15:01 +01:00
[Unit]
Description=Groups all overlays required by {PN} in one unit
After={ALL_OVERLAYFS_UNITS}
Requires={ALL_OVERLAYFS_UNITS}
[Service]
Type=oneshot
ExecStart=/bin/true
RemainAfterExit=true
[Install]
WantedBy=local-fs.target