mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
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:
parent
6ffa29513c
commit
c063f3c4dc
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user