Cant stop FortiClient vpn from starting on startup

I'm using FortiClient for VPN purposes only and don't need it running any other time. I can't get disabled from starting on startup. How to disable auto-launching of FortClient on startup?

1 Answer

You can do it using these commands with sudo privilege:

To shutdown FortiClient:

systemctl stop forticlient-scheduler

To disable the auto start at the next boot:

systemctl disable forticlient-scheduler
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like