mirror of
				https://github.com/OpenVoiceOS/OpenVoiceOS
				synced 2025-06-05 22:19:21 +02:00 
			
		
		
		
	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:
		@@ -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
 | 
			
		||||
		Reference in New Issue
	
	Block a user