Updated VPN toggle to write logs to system journal

This commit is contained in:
Ezri Brimhall 2024-09-16 10:43:12 -06:00
parent 00846719ea
commit 9a431cf88e
Signed by: ezri
GPG Key ID: 058A78E5680C6F24

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