summaryrefslogtreecommitdiffstats
path: root/system/clamsmtp/rc.clamsmtpd
diff options
context:
space:
mode:
Diffstat (limited to 'system/clamsmtp/rc.clamsmtpd')
-rw-r--r--system/clamsmtp/rc.clamsmtpd15
1 files changed, 8 insertions, 7 deletions
diff --git a/system/clamsmtp/rc.clamsmtpd b/system/clamsmtp/rc.clamsmtpd
index d561a8d173..b4ec58edf9 100644
--- a/system/clamsmtp/rc.clamsmtpd
+++ b/system/clamsmtp/rc.clamsmtpd
@@ -1,13 +1,14 @@
#!/bin/sh
-#
+
# /etc/rc.d/rc.clamsmtpd
+
+# Start/stop/restart clamsmtp mail filter daemon
+
+# To make ntpd start automatically at boot, make this file executable:
+# chmod 755 /etc/rc.d/rc.clamsmtpd
+# and be sure it's called from somewhere (e.g. rc.local)
#
-# start/stop/restart clamsmtp mail filter daemon
-#
-# To make ntpd start automatically at boot, make this
-# file executable: chmod 755 /etc/rc.d/rc.clamsmtpd
-# to edit the startup options refer man 8 clamsmtpd
-#
+# To edit the startup options refer man 8 clamsmtpd
CONFIG="/etc/clamsmtpd.conf"
PIDFILE="/var/run/clamav/clamsmtpd.pid"