clamav/clamd.scan.systemd
Enrico Scholz 69c6c9fad7 - added systemd init scripts which obsolete to old sysvinit ones
- added tmpfiles.d/ descriptions
- minor specfile cleanups
2010-12-24 13:00:02 +01:00

13 lines
249 B
Plaintext

[Unit]
Description = Generic clamav scanner daemon
After = syslog.target
Before = clamav-milter
[Service]
Type = simple
ExecStart = /usr/sbin/clamd -c /etc/clamd.d/scan.conf --nofork=yes
Restart = on-failure
[Install]
WantedBy = multi-user.target