net-p2p/transmission: don't explicitly install systemd service

CMake installs the service so there's no need to manually do so any
more.

Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
Craig Andrews 2025-11-07 15:34:15 -05:00
parent 6ffa29513c
commit c063f3c4dc
No known key found for this signature in database
GPG Key ID: 581BAFE062A38CB6
2 changed files with 0 additions and 4 deletions

View File

@ -131,8 +131,6 @@ src_install() {
newconfd "${FILESDIR}"/transmission-daemon.confd.4 transmission-daemon
if use systemd; then
# Service sets Type=notify
systemd_dounit daemon/transmission-daemon.service
systemd_install_serviced "${FILESDIR}"/transmission-daemon.service.conf
fi

View File

@ -125,8 +125,6 @@ src_install() {
newconfd "${FILESDIR}"/transmission-daemon.confd.4 transmission-daemon
if use systemd; then
# Service sets Type=notify
systemd_dounit daemon/transmission-daemon.service
systemd_install_serviced "${FILESDIR}"/transmission-daemon.service.conf
fi