8 lines
		
	
	
		
			190 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			190 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env ssm
 | |
| 
 | |
| service_tmpfiles=( "$XDG_RUNTIME_DIR/ufwd-private:dir" )
 | |
| 
 | |
| #service_respawn='true'
 | |
| service_command='/usr/bin/ufwd'
 | |
| service_args=( -n -c -d $XDG_RUNTIME_DIR/ufwd-private )
 |