commit: 44d72fe2005c1dd48af8d44b12b8cf609db5468a Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sun Dec 24 23:11:31 2017 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Dec 24 23:11:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d72fe2
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 .../{clamav-0.99.2-r2.ebuild => clamav-0.99.2-r3.ebuild} | 0 app-antivirus/clamav/files/clamd.service | 11 ++++++++--- app-antivirus/clamav/files/clamd_at.service | 3 +++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/app-antivirus/clamav/clamav-0.99.2-r2.ebuild b/app-antivirus/clamav/clamav-0.99.2-r3.ebuild similarity index 100% rename from app-antivirus/clamav/clamav-0.99.2-r2.ebuild rename to app-antivirus/clamav/clamav-0.99.2-r3.ebuild diff --git a/app-antivirus/clamav/files/clamd.service b/app-antivirus/clamav/files/clamd.service index efdab4314a2..75aa2ccb624 100644 --- a/app-antivirus/clamav/files/clamd.service +++ b/app-antivirus/clamav/files/clamd.service @@ -1,7 +1,12 @@ -.include /usr/lib/systemd/system/[email protected] - [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 diff --git a/app-antivirus/clamav/files/clamd_at.service b/app-antivirus/clamav/files/clamd_at.service index c5ad8dfa689..9008ba7e82e 100644 --- a/app-antivirus/clamav/files/clamd_at.service +++ b/app-antivirus/clamav/files/clamd_at.service @@ -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
