ansible-roles/roles/clamav/templates/clamd.service.j2

14 lines
247 B
Plaintext
Raw Normal View History

2021-12-01 19:13:34 +01:00
[Unit]
Description=ClamAV antivirus daemon
After=syslog.target network.target
[Service]
Type=simple
ExecStart=/usr/sbin/clamd -c /etc/clamd.conf
User={{ clam_user }}
Group={{ clam_group }}
Restart=on-failure
[Install]
WantedBy=multi-user.target