Updated VPN toggle to write logs to system journal
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
|
exec </dev/null
|
||||||
|
exec > >(systemd-cat -t gpclient -p info) 2>&1
|
||||||
|
|
||||||
# Toggles the GlobalProtect VPN connection on and off
|
# Toggles the GlobalProtect VPN connection on and off
|
||||||
|
|
||||||
# Get the current state of the VPN connection
|
# Get the current state of the VPN connection
|
||||||
|
|||||||
Reference in New Issue
Block a user