6 lines
149 B
Bash
Executable File
6 lines
149 B
Bash
Executable File
#!/bin/bash
|
|
|
|
/sbin/start-stop-daemon --pidfile /tmp/nu-vpn-openconnect_http.pid -S --startas "$HOME/bin/nu-vpn-proxy/openconnect_command-http.sh"
|
|
|
|
|