13
homedir/.config/watchman/init.d/socks
Executable file
13
homedir/.config/watchman/init.d/socks
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
[[ $PROXY_USER ]] || PROXY_USER='proxy'
|
||||
[[ $PROXY_HOST ]] || PROXY_HOST='malganis.priv'
|
||||
|
||||
service_respawn=true
|
||||
service_command=( /usr/bin/ssh -i ~/.ssh/proxy/id_ecdsa -ND 8080 "$PROXY_USER@$PROXY_HOST" )
|
||||
|
||||
function info {
|
||||
printf 'Name: %s\n' "$service_name"
|
||||
printf 'Command: %s\n' "${service_command[*]}"
|
||||
(( service_respawn )) && printf 'Respawn: yes\n'
|
||||
}
|
Reference in New Issue
Block a user