Diff syncthing-1.27.9 with a syncthing-1.27.10

/usr/portage/net-p2p/syncthing/syncthing-1.27.10.ebuild 2025-07-29 16:22:17.296467593 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
70 70
	done
71 71
	newicon -s scalable assets/logo-only.svg ${PN}.svg
72 72

  
73
	systemd_dounit etc/linux-systemd/system/${PN}{@,-resume}.service
73
	systemd_dounit etc/linux-systemd/system/${PN}@.service
74 74
	systemd_douserunit etc/linux-systemd/user/${PN}.service
75 75
	newconfd "${FILESDIR}"/${PN}.confd ${PN}
76 76
	newinitd "${FILESDIR}"/${PN}.initd-r2 ${PN}
Thank you!