Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 1 | [Unit] |
2 | Description=Overlayfs mount unit | ||||
3 | Requires={CREATE_DIRS_SERVICE} | ||||
4 | After={CREATE_DIRS_SERVICE} | ||||
5 | |||||
6 | [Mount] | ||||
7 | What=overlay | ||||
8 | Where={LOWERDIR} | ||||
9 | Type=overlay | ||||
10 | Options=lowerdir={LOWERDIR},upperdir={DATA_MOUNT_POINT}/upper{LOWERDIR},workdir={DATA_MOUNT_POINT}/workdir{LOWERDIR} | ||||
11 | |||||
12 | [Install] | ||||
13 | WantedBy=multi-user.target |