mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-04 03:17:34 +01:00 
			
		
		
		
	I don't appreciate it OOMing on me when I am waiting for Fedora 36 and two Debian images to download.
		
			
				
	
	
		
			13 lines
		
	
	
		
			242 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			242 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=A Headless Bittorrent client using rb_libtorrent
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=simple
 | 
						|
ExecStart=/usr/bin/qbittorrent-nox --webui-port=8081
 | 
						|
ExecReload=/bin/kill -HUP $MAINPID
 | 
						|
Restart=always
 | 
						|
RestartSec=5
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=default.target
 |