mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-03 19:07:24 +01:00 
			
		
		
		
	I am running `systemctl restart tor-client` too often to be comfortable.
		
			
				
	
	
		
			13 lines
		
	
	
		
			236 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			236 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Tor one hop onion service host
 | 
						|
After=network.target
 | 
						|
 | 
						|
[Service]
 | 
						|
ExecStart=/usr/bin/tor -f /etc/tor/torrc-onehoponion
 | 
						|
ExecReload=/bin/kill -HUP $MAINPID
 | 
						|
Restart=always
 | 
						|
User=debian-tor
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=default.target
 |