diff --git a/GPClient/com.yuezk.qt.gpclient.desktop b/GPClient/com.yuezk.qt.gpclient.desktop index c00753f..8787e62 100644 --- a/GPClient/com.yuezk.qt.gpclient.desktop +++ b/GPClient/com.yuezk.qt.gpclient.desktop @@ -4,7 +4,7 @@ Type=Application Version=1.0.0 Name=GlobalProtect VPN Comment=GlobalProtect VPN client, supports SAML auth mode -Exec=/usr/local/bin/gpclient +Exec=/usr/bin/gpclient Icon=com.yuezk.qt.GPClient Categories=Network;VPN;Utility;Qt; Keywords=GlobalProtect;Openconnect;SAML;connection;VPN; diff --git a/GPService/dbus/com.yuezk.qt.GPService.service b/GPService/dbus/com.yuezk.qt.GPService.service index a9cf15c..d004440 100644 --- a/GPService/dbus/com.yuezk.qt.GPService.service +++ b/GPService/dbus/com.yuezk.qt.GPService.service @@ -1,5 +1,5 @@ [D-BUS Service] Name=com.yuezk.qt.GPService -Exec=/usr/local/bin/gpservice +Exec=/usr/bin/gpservice User=root SystemdService=gpservice.service diff --git a/GPService/systemd/gpservice.service b/GPService/systemd/gpservice.service index 5d7e7c8..bb50baf 100644 --- a/GPService/systemd/gpservice.service +++ b/GPService/systemd/gpservice.service @@ -4,7 +4,7 @@ Description=GlobalProtect openconnect DBus service [Service] Type=dbus BusName=com.yuezk.qt.GPService -ExecStart=/usr/local/bin/gpservice +ExecStart=/usr/bin/gpservice [Install] WantedBy=multi-user.target