Question
How do I prevent Cloudflare WARP from automatically starting on boot after disabling it?
Asked by: USER4849
88 Viewed
88 Answers
Answer (88)
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'.