Gentoo Archives: gentoo-user

From: Akater <nuclearspace@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Why do systemd scripts get installed with USE="-systemd"?
Date: Sun, 12 Nov 2017 10:58:16
Message-Id: 87shdjhilz.fsf@gmail.com
1 It looks like systemd scripts often (always?) get installed, regardless
2 of USE flag settings.
3
4 Why would they? Is this a policy?
5
6 E.g., in
7
8 cat /usr/portage/net-p2p/transmission/transmission-2.92-r2.ebuild | grep systemd_
9 systemd_dounit daemon/transmission-daemon.service
10 systemd_install_serviced "${FILESDIR}"/transmission-daemon.service.conf
11
12 why not
13
14 if use systemd ; then
15 systemd_dounit daemon/transmission-daemon.service
16 systemd_install_serviced "${FILESDIR}"/transmission-daemon.service.conf
17 fi
18
19 instead?

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Why do systemd scripts get installed with USE="-systemd"? Neil Bothwick <neil@××××××××××.uk>
Re: [gentoo-user] Why do systemd scripts get installed with USE="-systemd"? Walter Dnes <waltdnes@××××××××.org>