mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
16 lines
311 B
SYSTEMD
16 lines
311 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
# Modelled after systemd's tmp.mount
|
|
|
|
[Unit]
|
|
Description=Buildroot /var tmpfs
|
|
DefaultDependencies=no
|
|
Conflicts=umount.target
|
|
Before=local-fs.target umount.target
|
|
After=swap.target
|
|
|
|
[Mount]
|
|
What=tmpfs
|
|
Where=/var
|
|
Type=tmpfs
|
|
Options=nosuid,nodev,size=50%%,nr_inodes=1m
|