diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-15 13:16:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-15 13:16:08 +0000 |
commit | c091eef67fe2ddec71abb96faa6678060b1d9016 (patch) | |
tree | e144babb77b66336b7cb19b0960d5eb6eff3c820 /main/clamav/clamd.initd | |
parent | a64fd3e5c742e83739dd6eee768186bd6e38033c (diff) | |
download | aports-c091eef67fe2ddec71abb96faa6678060b1d9016.tar.bz2 aports-c091eef67fe2ddec71abb96faa6678060b1d9016.tar.xz |
main/chrony,clamav,clamsmtp,conntrack,cyrus-sasl: start services after fw
Diffstat (limited to 'main/clamav/clamd.initd')
-rw-r--r-- | main/clamav/clamd.initd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/clamav/clamd.initd b/main/clamav/clamd.initd index d3b915557..2864267e1 100644 --- a/main/clamav/clamd.initd +++ b/main/clamav/clamd.initd @@ -6,6 +6,7 @@ CONF=/etc/clamav/clamd.conf depend() { need net + after firewall provide antivirus } |