Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Overlayfs mount unit
|
||||
Requires={CREATE_DIRS_SERVICE}
|
||||
After={CREATE_DIRS_SERVICE}
|
||||
|
||||
[Mount]
|
||||
What=overlay
|
||||
Where={LOWERDIR}
|
||||
Type=overlay
|
||||
Options=lowerdir={LOWERDIR},upperdir={DATA_MOUNT_POINT}/upper{LOWERDIR},workdir={DATA_MOUNT_POINT}/workdir{LOWERDIR}
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user