From 9a431cf88e189f55282f765cd66710195a2132e7 Mon Sep 17 00:00:00 2001 From: Ezri Brimhall Date: Mon, 16 Sep 2024 10:43:12 -0600 Subject: [PATCH] Updated VPN toggle to write logs to system journal --- .local/bin/vpn-toggle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.local/bin/vpn-toggle b/.local/bin/vpn-toggle index 3d141b3..1a18c20 100755 --- a/.local/bin/vpn-toggle +++ b/.local/bin/vpn-toggle @@ -1,5 +1,8 @@ #!/usr/bin/env zsh +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