main/tinyproxy: ensure we start after networking and firewall

This commit is contained in:
Nathan Rennie-Waldock 2021-11-23 11:16:32 +00:00 committed by psykose
parent aa90732959
commit 223c4d7fa3
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Maintainer: Michael Mason <ms13sp@gmail.com>
pkgname=tinyproxy
pkgver=1.11.1
pkgrel=0
pkgrel=1
pkgdesc="Lightweight HTTP proxy"
pkgusers="tinyproxy"
pkggroups="tinyproxy"
@ -36,5 +36,5 @@ package() {
sha512sums="
6ac7b57c33dcc87d6945c2b14f262e98d8c349c2492b3dd71f8028c4937df2a8e6ed7c913e8f6598b3e8ae83d5b51b9d5144c77f14f229df4aac5e094bcae6a6 tinyproxy-1.11.1.tar.gz
e1b12989d1ee5eb6abe4749a687db4c2d0ddea1a3ec24a919d597a5cd673f509cce647ae7923993994dfb92b9f55fbf0ee0192c5f4e177da57599e917a2f4949 tinyproxy.initd
0b4cf9c0904c766d227fc50bcdba4a602f9352009ab9c5b4b73e260414e4963f8010d83016605bae5a681f5af4dec12a76a57b2a84ebbf9ffe3709e78a4e29e8 tinyproxy.initd
"

View File

@ -15,6 +15,8 @@ output_log=/var/log/tinyproxy/${SVCNAME}.log
depend() {
config "$CONFFILE"
use dns
need net
after firewall
}
extra_started_commands="reload"