mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 07:05:19 +02:00
14 lines
247 B
Plaintext
14 lines
247 B
Plaintext
![]() |
[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
|