mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-09 03:43:00 +00:00
11 lines
177 B
SYSTEMD
11 lines
177 B
SYSTEMD
[Unit]
|
|
Description=Debian early rw mount
|
|
DefaultDependencies=no
|
|
ConditionPathIsDirectory=/lib/init/rw
|
|
|
|
[Mount]
|
|
What=tmpfs
|
|
Where=/lib/init/rw
|
|
Type=tmpfs
|
|
Options=mode=0755,nosuid
|