15 lines
326 B
Plaintext
15 lines
326 B
Plaintext
#!/bin/execlineb -P
|
|
|
|
##################################################
|
|
# Start freshclam (a virus database update tool) #
|
|
##################################################
|
|
|
|
fdmove -c 2 1
|
|
s6-envdir env
|
|
multisubstitute {
|
|
importas -u CMD CMD
|
|
importas -usCd" " CMD_OPTS CMD_OPTS
|
|
}
|
|
s6-setuidgid clamav
|
|
exec -c $CMD $CMD_OPTS
|