From: intrigeri Date: Fri, 19 Sep 2014 16:04:59 +0000 (+0000) Subject: systemd unit file: set up /var/run/tor as writable for the Tor service. X-Git-Tag: tor-0.2.6.1-alpha~104^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da384090f752ab9eb46dc60728be8bfa11e8cb37;p=thirdparty%2Ftor.git systemd unit file: set up /var/run/tor as writable for the Tor service. For some strange reason, this was not needed with systemd v208. But it's needed with systemd v215 on current Debian sid, and entirely makes sense. --- diff --git a/contrib/dist/tor.service.in b/contrib/dist/tor.service.in index 20ceecf0ca..57409a7b0a 100644 --- a/contrib/dist/tor.service.in +++ b/contrib/dist/tor.service.in @@ -22,6 +22,7 @@ InaccessibleDirectories = /home ReadOnlyDirectories = / ReadWriteDirectories = @LOCALSTATEDIR@/lib/tor ReadWriteDirectories = @LOCALSTATEDIR@/log/tor +ReadWriteDirectories = @LOCALSTATEDIR@/run/tor NoNewPrivileges = yes [Install]