diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild index ef78eed..de98d44 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python{3_9,3_10,3_11} ) +PYTHON_COMPAT=( python{3_10,3_11} ) inherit autotools fcaps linux-info python-single-r1 systemd toolchain-funcs @@ -139,8 +139,8 @@ src_install() { fperms 4750 /usr/libexec/netdata/plugins.d/{cgroup-network,ioping.plugin,perf.plugin,slabinfo.plugin} - newinitd system/netdata-openrc ${PN} - systemd_dounit system/netdata.service + newinitd system/openrc/init.d/netdata ${PN} + systemd_dounit system/systemd/netdata.service insinto /etc/netdata doins system/netdata.conf }