mirror of
				https://github.com/gravitl/netmaker.git
				synced 2025-11-04 20:11:11 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			296 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			296 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Netclient Daemon
 | 
						|
Documentation=https://docs.netmaker.org https://k8s.netmaker.org
 | 
						|
After=network-online.target
 | 
						|
Wants=network-online.target 
 | 
						|
 | 
						|
[Service]
 | 
						|
User=root
 | 
						|
Type=simple
 | 
						|
ExecStart=/sbin/netclient daemon
 | 
						|
Restart=on-failure
 | 
						|
RestartSec=15s
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |