13 lines
		
	
	
		
			337 B
		
	
	
	
		
			Desktop File
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			337 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/python3 /usr/share/torch-agent/torch-agent.py
 | 
						|
User=torch
 | 
						|
Group=debian-tor
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target ssh.service tor.service |