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-schedulerTo disable the auto start at the next boot:
systemctl disable forticlient-scheduler 1