Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
Wiki Replica
Commits
0c984c7a
Commit
0c984c7a
authored
4 years ago
by
Iain R. Learmonth
Browse files
Options
Downloads
Patches
Plain Diff
exit-ops how to restart
parent
4812226c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
metrics/ops/exit-ops.mdwn
+10
-0
10 additions, 0 deletions
metrics/ops/exit-ops.mdwn
with
10 additions
and
0 deletions
metrics/ops/exit-ops.mdwn
+
10
−
0
View file @
0c984c7a
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment