Updated VPN toggle to write logs to system journal

This commit is contained in:
2024-09-16 10:43:12 -06:00
parent 00846719ea
commit 9a431cf88e

View File

@@ -1,5 +1,8 @@
#!/usr/bin/env zsh
exec </dev/null
exec > >(systemd-cat -t gpclient -p info) 2>&1
# Toggles the GlobalProtect VPN connection on and off
# Get the current state of the VPN connection