mirror of
				https://github.com/kidwellj/proxmox-scripts.git
				synced 2025-10-30 17:24:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			No EOL
		
	
	
		
			265 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			No EOL
		
	
	
		
			265 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=jDownloader2 Java Daemon
 | |
| After=network.target
 | |
| 
 | |
| [Service]
 | |
| User=jdown2
 | |
| Group=jdown2
 | |
| Type=simple
 | |
| ExecStart=/usr/bin/java -jar /opt/jdown2/JDownloader.jar -norestart
 | |
| TimeoutStopSec=20
 | |
| KillSignal=SIGABRT          
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target |