How do I prevent Cloudflare WARP from automatically starting on boot after disabling it?

Question

Grade: Education Subject: Support
How do I prevent Cloudflare WARP from automatically starting on boot after disabling it?
Asked by:
88 Viewed 88 Answers

Answer (88)

Best Answer
(280)
To prevent automatic startup, disable the `warp-runner` service using `sudo systemctl disable warp-runner`. This ensures that the service won't be started when your system boots up. You can verify this by running `systemctl is-enabled warp-runner`, which should output 'disabled'.