diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-16 07:35:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-16 07:35:19 +0000 |
commit | db29b4081313190e81f608742543aa69ebf14fa7 (patch) | |
tree | 44a217b39eb05b8195a654af7df1c9e95c4f7280 /main/squid/squid.initd | |
parent | aa1130206f92c112cb7e6f10ad1d07d685d87f93 (diff) | |
download | aports-db29b4081313190e81f608742543aa69ebf14fa7.tar.bz2 aports-db29b4081313190e81f608742543aa69ebf14fa7.tar.xz |
main/squid: start service after firewall
Diffstat (limited to 'main/squid/squid.initd')
-rw-r--r-- | main/squid/squid.initd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/squid/squid.initd b/main/squid/squid.initd index 4242b216ec..beaea0b17a 100644 --- a/main/squid/squid.initd +++ b/main/squid/squid.initd @@ -9,6 +9,7 @@ conf=/etc/squid/squid.conf depend() { need net + after firewall } # Try to increase the # of filedescriptors we can open. |