Skip to content
Snippets Groups Projects
Commit 0c984c7a authored by Iain R. Learmonth's avatar Iain R. Learmonth
Browse files

exit-ops how to restart

parent 4812226c
No related branches found
No related tags found
No related merge requests found
......@@ -187,6 +187,16 @@ There are no Nagios checks for this service beyond the standard TPA systems chec
# Disaster Recovery
## Service needs restart
The service can be restarted, as the tordnsel user, with:
```
XDG_RUNTIME_DIR=/run/user/`id -u` systemctl --user restart exitscanner.service
```
## Total Loss
The exit scanner service does not need to maintain any state between runs.
It's nice if it can in order to cope with a relay that happened to be down at the time we tried to measure
it but in the event of a failure it is perfectly acceptable to throw away the old box and provision a new one.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment