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