clamav/clamd.scan.upstart

15 lines
426 B
Plaintext
Raw Normal View History

### !!! 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
2009-03-08 11:38:36 +00:00
#start on starting clamav-milter
### Uncomment this line when you want clamd.scan to be a generic
2009-03-08 11:38:36 +00:00
### scanner service
#start on runlevel [345] and starting local
2009-03-08 11:38:36 +00:00
stop on runlevel [!345]
2009-03-08 11:38:36 +00:00
respawn
2009-03-08 13:24:07 +00:00
exec /usr/sbin/clamd -c /etc/clamd.d/scan.conf --nofork=yes