无法阻止 FortiClient vpn 在启动时启动

Sud*_*ary 3 startup boot vpn schedule

我仅将FortiClient用于 VPN 目的,其他时间不需要它运行。我无法从启动时开始禁用。如何在启动时禁用 FortClient 的自动启动?

Sud*_*ary 5

您可以使用这些具有 sudo 权限的命令来执行此操作:

关闭 FortiClient:

systemctl stop forticlient-scheduler
Run Code Online (Sandbox Code Playgroud)

要在下次启动时禁用自动启动:

systemctl disable forticlient-scheduler
Run Code Online (Sandbox Code Playgroud)

  • 谢谢!使用 forticlient 7,它只是“forticlient”:) (2认同)