mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-03 10:57:19 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			286 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			286 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Read /etc/sysctl.conf and /etc/sysctl.d/
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=oneshot
 | 
						|
TimeoutStartSec=infinity
 | 
						|
# Contained in `systemd-path search-binaries-default`
 | 
						|
ExecStart=-sysctl -p --system
 | 
						|
User=root
 | 
						|
StandardOutput=journal
 | 
						|
StandardError=journal
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |