mirror of
				https://github.com/kidwellj/proxmox-scripts.git
				synced 2025-10-30 17:24:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			329 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			329 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=cloudflared DNS over HTTPS proxy
 | |
| After=syslog.target network-online.target
 | |
| 
 | |
| [Service]
 | |
| Type=simple
 | |
| User=cloudflared
 | |
| EnvironmentFile=/etc/default/cloudflared
 | |
| ExecStart=/usr/local/bin/cloudflared proxy-dns $CLOUDFLARED_OPTS
 | |
| Restart=on-failure
 | |
| RestartSec=10
 | |
| KillMode=process
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 | |
| 
 |