mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-03 19:07:24 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			251 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			251 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Tor client
 | 
						|
After=network.target
 | 
						|
 | 
						|
[Service]
 | 
						|
# Contained in `systemd-path search-binaries-default`
 | 
						|
ExecStart=tor -f /etc/tor/torrc-client
 | 
						|
ExecReload=kill -HUP $MAINPID
 | 
						|
Restart=always
 | 
						|
User=debian-tor
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=default.target
 |