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:
parent
6669ae2a6c
commit
690de2d0fc
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue