aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2014-07-29 12:13:01 +0000
committerintrigeri <intrigeri@boum.org>2014-07-30 16:56:55 +0000
commit0a705797840f893a94bd5b8b2cbb86e58a3a3fc7 (patch)
tree33aeb68bcb5499789f98786cc3a5018b30b5a97b /changes
parent5c200d9be28ac9e53caac333ddd334539524d9e1 (diff)
downloadtor-0a705797840f893a94bd5b8b2cbb86e58a3a3fc7.tar.gz
tor-0a705797840f893a94bd5b8b2cbb86e58a3a3fc7.zip
Verify configuration file via ExecStartPre in the systemd unit file (#12730).
Diffstat (limited to 'changes')
-rw-r--r--changes/bug12730-systemd-verify-config3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug12730-systemd-verify-config b/changes/bug12730-systemd-verify-config
new file mode 100644
index 0000000000..221633c78e
--- /dev/null
+++ b/changes/bug12730-systemd-verify-config
@@ -0,0 +1,3 @@
+ o Distribution:
+ - Verify configuration file via ExecStartPre in the systemd unit file.
+ Patch from intrigeri; resolves ticket 12730.