14 lines
		
	
	
		
			304 B
		
	
	
	
		
			Desktop File
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			304 B
		
	
	
	
		
			Desktop File
		
	
	
		
			Executable File
		
	
	
	
	
[Unit]
 | 
						|
Description=TORch Agent: MQTT Publisher for Tor Hidden SSH Service URL
 | 
						|
After=tor.service ssh.service
 | 
						|
Requires=tor.service ssh.service
 | 
						|
 | 
						|
[Service]
 | 
						|
Environment=PYTHONUNBUFFERED=1
 | 
						|
ExecStart=/usr/bin/torch-agent
 | 
						|
User=torch
 | 
						|
Group=debian-tor
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target ssh.service tor.service
 |