mirror of
				https://github.com/frebib/dotfiles.git
				synced 2024-06-14 12:57:23 +00:00 
			
		
		
		
	systemd: nm-applet requires NetworkManger to run
Require NetworkManager tmp files before attempting to start nm-applet, else it will fail to start if NetworkManager is not actually running. Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
		@@ -2,6 +2,7 @@
 | 
			
		||||
Description=NetworkManager Applet
 | 
			
		||||
After=graphical-session.target NetworkManager.service
 | 
			
		||||
Requires=graphical-session.target
 | 
			
		||||
ConditionPathExists=/run/NetworkManager
 | 
			
		||||
 | 
			
		||||
[Service]
 | 
			
		||||
Type=simple
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user