mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
app-antivirus/clamav: fixup systemd units
Closes: https://bugs.gentoo.org/627700 Closes: https://github.com/gentoo/gentoo/pull/6621 Package-Manager: Portage-2.3.19_p2, Repoman-2.3.6_p36
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
.include /usr/lib/systemd/system/clamd@.service
|
||||
|
||||
[Unit]
|
||||
Description=Generic ClamAV scanner daemon
|
||||
Description=clamd scanner daemon
|
||||
After=nss-lookup.target network.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/sbin/clamd
|
||||
Restart=on-failure
|
||||
PrivateTmp=true
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
@@ -7,3 +7,6 @@ Type=forking
|
||||
ExecStart=/usr/sbin/clamd -c /etc/clamd%i.conf
|
||||
Restart=on-failure
|
||||
PrivateTmp=true
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user