10 lines
		
	
	
		
			191 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			191 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env ssm
 | |
| 
 | |
| service_tmpfiles=( "/run/user/$UID/ufwd:dir" )
 | |
| 
 | |
| export PATH="$HOME/.local/bin:$PATH"
 | |
| 
 | |
| #service_respawn='true'
 | |
| service_command='/usr/bin/ufwd'
 | |
| service_args=( -n -c -- -p )
 |