diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-19 17:51:53 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-19 17:51:53 +0000 |
commit | c2788dafc65595414bc8ce3979758e22d183d6e8 (patch) | |
tree | a203f04d7081d856fbfb56161919a893c0fc2e28 /centos/sources | |
parent | 85aa2f308b388f6a42f0eb14b8207310db992a4e (diff) | |
download | rspamd-c2788dafc65595414bc8ce3979758e22d183d6e8.tar.gz rspamd-c2788dafc65595414bc8ce3979758e22d183d6e8.zip |
Fix linux packages.
Diffstat (limited to 'centos/sources')
-rw-r--r-- | centos/sources/rspamd.init | 9 |
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 |