Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 1 | [Unit] |
2 | Description=Groups all overlays required by {PN} in one unit | ||||
3 | After={ALL_OVERLAYFS_UNITS} | ||||
4 | Requires={ALL_OVERLAYFS_UNITS} | ||||
5 | |||||
6 | [Service] | ||||
7 | Type=oneshot | ||||
8 | ExecStart=/bin/true | ||||
9 | RemainAfterExit=true | ||||
10 | |||||
11 | [Install] | ||||
12 | WantedBy=local-fs.target |