1[Unit]
2Description=Variable permanent storage overlay
3ConditionPathIsSymbolicLink=!/var
4DefaultDependencies=no
5After=local-fs-pre.target
6
7[Mount]
8# Rather than creating an actual writable partition, we just create
9# another tmpfs. For tmpfs, the What is not relevant - but we use it in
10# the test to distinguish it from other tmpfses
11What=other-var-backing-store
12Where=/run/buildroot/mounts/var
13Type=tmpfs
14