diff --git a/net-misc/rsync/rsync-3.1.2.ebuild b/net-misc/rsync/rsync-3.1.2.ebuild index fb982ad..234d004 100644 --- a/net-misc/rsync/rsync-3.1.2.ebuild +++ b/net-misc/rsync/rsync-3.1.2.ebuild @@ -51,6 +51,14 @@ src_install() { insinto /etc newins "${FILESDIR}"/rsyncd.conf-3.0.9-r1 rsyncd.conf +# rsyncd systemd socket + + insinto /etc/ + doins "${FILESDIR}/rsyncd.conf" + insinto /etc/systemd/system/ + newins "${FILESDIR}/rsyncd.socket" rsyncd.socket + newins "${FILESDIR}/rsyncd@.service" rsyncd@.service + insinto /etc/logrotate.d newins "${FILESDIR}"/rsyncd.logrotate rsyncd @@ -86,4 +94,4 @@ pkg_postinst() { einfo "You maybe have to update the certificates configured in" einfo "${EROOT}/etc/stunnel/rsync.conf" fi -} +} \ No newline at end of file