mirror of
				https://github.com/retspen/webvirtcloud
				synced 2025-07-31 12:41:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			532 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			532 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Webvirt Cloud NOVNCD
 | |
| Wants=network-online.target
 | |
| After=network-online.target
 | |
| 
 | |
| [Service]
 | |
| Type=simple
 | |
| Restart=on-failure
 | |
| RestartSec=10
 | |
| User=www-data
 | |
| Group=www-data
 | |
| LimitNOFILE=64000
 | |
| AmbientCapabilities=CAP_NET_BIND_SERVICE
 | |
| EnvironmentFile=/etc/default/webvirt
 | |
| 
 | |
| ExecStart=/bin/bash -c "cd ${WEBVIRT_PATH};${WEBVIRT_PATH}/venv/bin/python3 ${WEBVIRT_PATH}/console/novncd"
 | |
| 
 | |
| # Make sure stderr/stdout is captured in the systemd journal.
 | |
| StandardOutput=journal
 | |
| StandardError=journal
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |