mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-04 11:27:38 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			281 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			281 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
# This is just copied from the Debian package
 | 
						|
Description=Transmission BitTorrent Daemon
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=notify
 | 
						|
ExecStart=/usr/bin/transmission-daemon -f --log-error
 | 
						|
ExecStop=/bin/kill -s STOP $MAINPID
 | 
						|
ExecReload=/bin/kill -s HUP $MAINPID
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=default.target
 |