mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Create var.mount
This commit is contained in:
parent
ecd41cad07
commit
16f7ba8c5d
@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=Hassio ZRAM var
|
||||
DefaultDependencies=no
|
||||
Requires=zram-var.service systemd-tmpfiles-setup.service
|
||||
After=zram-var.service
|
||||
Before=umount.target systemd-tmpfiles-setup.service
|
||||
Conflicts=umount.target
|
||||
|
||||
[Mount]
|
||||
What=/dev/zram2
|
||||
Where=/var
|
||||
Type=ext4
|
||||
|
||||
[Install]
|
||||
WantedBy=local-fs.target
|
Loading…
x
Reference in New Issue
Block a user