d1e009b238
- Make clamd and clamav-milter services depend on freshclam as they need it OBS-URL: https://build.opensuse.org/request/show/314711 OBS-URL: https://build.opensuse.org/package/show/security/clamav?expand=0&rev=120
15 lines
252 B
Plaintext
15 lines
252 B
Plaintext
[Unit]
|
|
Description=Clamav antivirus Deamon
|
|
After=syslog.target network.target freshclam.service
|
|
Requires=freshclam.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/sbin/clamd
|
|
;User=vscan
|
|
;Group=vscan
|
|
;PrivateTmp=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|