diff --git a/srcpkgs/tor/files/tor/run b/srcpkgs/tor/files/tor/run index 9a50432c012..385ca41da50 100755 --- a/srcpkgs/tor/files/tor/run +++ b/srcpkgs/tor/files/tor/run @@ -1,2 +1,2 @@ #!/bin/sh -exec tor --quiet -f /etc/tor/torrc +exec tor --quiet --runasdaemon 0 2>&1 diff --git a/srcpkgs/tor/template b/srcpkgs/tor/template index d6636538f62..f1a83bd4aa7 100644 --- a/srcpkgs/tor/template +++ b/srcpkgs/tor/template @@ -1,7 +1,7 @@ # Template file for 'tor' pkgname=tor version=0.2.5.10 -revision=2 +revision=3 build_options="systemd" build_style=gnu-configure makedepends="zlib-devel libressl-devel libevent-devel"