Disable/remove the var zram systemd files for now

I really need to think this through, what I want and how I want it.
This commit is contained in:
j1nx 2021-04-02 11:33:00 +02:00
parent 6669ae2a6c
commit 690de2d0fc
2 changed files with 0 additions and 31 deletions

View File

@ -1,16 +0,0 @@
[Unit]
Description=OVOS ZRAM var
DefaultDependencies=no
Requires=zram-var.service
After=zram-var.service
Before=umount.target
Conflicts=umount.target
[Mount]
What=/dev/zram2
Where=/var
Type=ext4
Options=nobarrier
[Install]
WantedBy=local-fs.target

View File

@ -1,15 +0,0 @@
[Unit]
Description=OVOS ZRAM var
DefaultDependencies=no
Before=var.mount
RefuseManualStart=true
RefuseManualStop=true
[Service]
Type=oneshot
ExecStart=/usr/libexec/ovos-zram -t fs -m var -s 32M
RemainAfterExit=true
StandardOutput=null
[Install]
WantedBy=ovos-zram.target