mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
14 lines
247 B
Django/Jinja
14 lines
247 B
Django/Jinja
[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
|