mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-04 03:17:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			165 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			165 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Run reading of /etc/sysctl.conf and /etc/sysctl.d/
 | 
						|
 | 
						|
[Timer]
 | 
						|
OnBootSec=0
 | 
						|
Persistent=true
 | 
						|
RemainAfterElapse=false
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=timers.target
 |