19 lines
304 B
Plaintext
19 lines
304 B
Plaintext
|
#!/bin/bash
|
||
|
#
|
||
|
# chkconfig: - 75 35
|
||
|
#
|
||
|
# description: The clamd server running for <SERVICE>
|
||
|
#
|
||
|
|
||
|
CLAMD_SERVICE=<SERVICE>
|
||
|
. /usr/share/clamav/clamd-wrapper
|
||
|
#!/bin/bash
|
||
|
#
|
||
|
# chkconfig: - 75 35
|
||
|
#
|
||
|
# description: The clamd server running for <SERVICE>
|
||
|
#
|
||
|
|
||
|
CLAMD_SERVICE=<SERVICE>
|
||
|
. /usr/share/clamav/clamd-wrapper
|