tor: fix sv script. closes #613.

This commit is contained in:
Christian Neukirchen 2014-11-01 17:53:07 +01:00
parent 007a063e52
commit af153090bc
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
exec tor --quiet -f /etc/tor/torrc
exec tor --quiet --runasdaemon 0 2>&1

View File

@ -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"