From dceed25b4ee8ab0227529f46b19656acdabfbf2e Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 9 Sep 2021 21:59:50 +0200 Subject: [PATCH] www-apps/gotify-server-bin: Fix name of init service. --- www-apps/gotify-server-bin/gotify-server-bin-2.0.23.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/gotify-server-bin/gotify-server-bin-2.0.23.ebuild b/www-apps/gotify-server-bin/gotify-server-bin-2.0.23.ebuild index 0acc974..42766cc 100644 --- a/www-apps/gotify-server-bin/gotify-server-bin-2.0.23.ebuild +++ b/www-apps/gotify-server-bin/gotify-server-bin-2.0.23.ebuild @@ -32,7 +32,7 @@ src_prepare() { src_install() { newbin gotify-linux-amd64 ${PN} dodoc config.example.yml - doinitd "${FILESDIR}/${PN}.initd" + newinitd "${FILESDIR}/${PN}.initd" ${PN} if use logrotate; then insinto etc/logrotate.d