How can you not miss it when it's specified in the ebuild?
[root@ruja:~]# grep service
/usr/portage/www-servers/apache/apache-2.4.55-r1.ebuild
# Then apache2.4.service can be used and systemd support controlled
systemd_newunit "${FILESDIR}/apache2.4-hardened.service"
"apache2.service"
On 5/12/2023 11:29 AM, Jacques Montier wrote:
/
/
Le ven. 12 mai 2023 à 02:54, Alexandru N. Barloiu <a...@dale.ro> a écrit :
first of all, gentoo does install with a service file:
[root@noela:~]# equery f apache | grep systemd | grep service
/lib/systemd/system/apache2.service
Hi Alexandru,
Gentoo did not install any apache2.service.
I had to manually edit one and those found on the net don't work.
Have you got one i could use ?
thanks in advance.
Jacques