aboutsummaryrefslogtreecommitdiffstats
path: root/centos/sources
diff options
context:
space:
mode:
Diffstat (limited to 'centos/sources')
-rw-r--r--centos/sources/rspamd.init9
1 files changed, 9 insertions, 0 deletions
diff --git a/centos/sources/rspamd.init b/centos/sources/rspamd.init
index 864b915b5..78714a935 100644
--- a/centos/sources/rspamd.init
+++ b/centos/sources/rspamd.init
@@ -1,6 +1,15 @@
#!/bin/sh
#
# rspamd - this script starts and stops the rspamd daemon
+### BEGIN INIT INFO
+# Provides: rspamd
+# Required-Start: $remote_fs $network
+# Required-Stop: $network $remote_fs
+# Default-Start: 5
+# Default-Stop:
+# Short-Description: Rspamd daemon
+# Description: Rspamd spam filtering daemon process
+### END INIT INFO
#
# chkconfig: - 85 15
# description: rspamd is a spam filtering system