Update bin path

This commit is contained in:
Kevin Yue 2020-02-21 22:31:51 +08:00
parent 86dd501506
commit d31598eac3
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ Type=Application
Version=1.0.0 Version=1.0.0
Name=GlobalProtect VPN Name=GlobalProtect VPN
Comment=GlobalProtect VPN client, supports SAML auth mode Comment=GlobalProtect VPN client, supports SAML auth mode
Exec=/usr/local/bin/gpclient Exec=/usr/bin/gpclient
Icon=com.yuezk.qt.GPClient Icon=com.yuezk.qt.GPClient
Categories=Network;VPN;Utility;Qt; Categories=Network;VPN;Utility;Qt;
Keywords=GlobalProtect;Openconnect;SAML;connection;VPN; Keywords=GlobalProtect;Openconnect;SAML;connection;VPN;

View File

@ -1,5 +1,5 @@
[D-BUS Service] [D-BUS Service]
Name=com.yuezk.qt.GPService Name=com.yuezk.qt.GPService
Exec=/usr/local/bin/gpservice Exec=/usr/bin/gpservice
User=root User=root
SystemdService=gpservice.service SystemdService=gpservice.service

View File

@ -4,7 +4,7 @@ Description=GlobalProtect openconnect DBus service
[Service] [Service]
Type=dbus Type=dbus
BusName=com.yuezk.qt.GPService BusName=com.yuezk.qt.GPService
ExecStart=/usr/local/bin/gpservice ExecStart=/usr/bin/gpservice
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target