Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
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
Core
debian
tor
Commits
0a705797
Commit
0a705797
authored
10 years ago
by
intrigeri
Browse files
Options
Downloads
Patches
Plain Diff
Verify configuration file via ExecStartPre in the systemd unit file (#12730).
parent
5c200d9b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changes/bug12730-systemd-verify-config
+3
-0
3 additions, 0 deletions
changes/bug12730-systemd-verify-config
contrib/dist/tor.service.in
+1
-0
1 addition, 0 deletions
contrib/dist/tor.service.in
with
4 additions
and
0 deletions
changes/bug12730-systemd-verify-config
0 → 100644
+
3
−
0
View file @
0a705797
o Distribution:
- Verify configuration file via ExecStartPre in the systemd unit file.
Patch from intrigeri; resolves ticket 12730.
This diff is collapsed.
Click to expand it.
contrib/dist/tor.service.in
+
1
−
0
View file @
0a705797
...
...
@@ -4,6 +4,7 @@ After = syslog.target network.target nss-lookup.target
[Service]
Type = simple
ExecStartPre = @BINDIR@/tor -f @CONFDIR@/torrc --verify-config
ExecStart = @BINDIR@/tor -f @CONFDIR@/torrc
ExecReload = /bin/kill -HUP ${MAINPID}
KillSignal = SIGINT
...
...
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