Compare commits
	
		
			2 Commits
		
	
	
		
			9d9f89881d
			...
			aa74585a1a
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| aa74585a1a | |||
| 646afe2c40 | 
@@ -1,5 +1,5 @@
 | 
			
		||||
[Unit]
 | 
			
		||||
Description=l4p - Layer 4 proxy
 | 
			
		||||
Description=Fourth - Layer 4 proxy
 | 
			
		||||
 | 
			
		||||
After=network-online.target
 | 
			
		||||
Wants=network-online.target
 | 
			
		||||
@@ -11,9 +11,9 @@ WantedBy=default.target
 | 
			
		||||
Type=simple
 | 
			
		||||
 | 
			
		||||
# Allow read-only access to the config directory
 | 
			
		||||
ReadOnlyPaths=/etc/l4p
 | 
			
		||||
ReadOnlyPaths=/etc/fourth
 | 
			
		||||
# Path to the binary
 | 
			
		||||
ExecStart=/usr/local/bin/l4p
 | 
			
		||||
ExecStart=/usr/local/bin/fourth
 | 
			
		||||
 | 
			
		||||
# Needs CAP_NET_BIND_SERVICE in order to bind to lower ports
 | 
			
		||||
# When using ports above 1024, these should be made empty
 | 
			
		||||
		Reference in New Issue
	
	Block a user