mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-03 10:33:06 +02:00
tor: fix sv script. closes #613.
This commit is contained in:
parent
007a063e52
commit
af153090bc
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec tor --quiet -f /etc/tor/torrc
|
exec tor --quiet --runasdaemon 0 2>&1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tor'
|
# Template file for 'tor'
|
||||||
pkgname=tor
|
pkgname=tor
|
||||||
version=0.2.5.10
|
version=0.2.5.10
|
||||||
revision=2
|
revision=3
|
||||||
build_options="systemd"
|
build_options="systemd"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="zlib-devel libressl-devel libevent-devel"
|
makedepends="zlib-devel libressl-devel libevent-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue