Check Survival Guide
The check service runs on the host check-01.torproject.org and is controlled over a systemd user script which lives at /home/check/.config/systemd/user/check.service
.
Restarting check
- Log into check-01.
- Switch to the check user by running
sudo -u check -s
. - Run
XDG_RUNTIME_DIR=/run/user/$(id -u) systemctl --user restart check
.
Checking if check works
- A process named "check" should be running and listening on port 8080.
- Go to https://check.torproject.org/api/ip and see if it works.