clamav/clamd.scan.upstart

17 lines
438 B
Plaintext

### !!! Uncomment only *one* of the 'start on' statements !!!
### Uncomment this line when you want clamd.scan to be a scanner for a
### locally running clamav-milter
#start on starting clamav-milter
### Uncomment this line when you want clamd.scan to be a generic
### scanner service
#start on starting local
stop on (runlevel 0 or
runlevel 1 or
runlevel 6)
respawn
exec /usr/sbin/clamd -c /etc/clamd.d/scan.conf --nofork=yes