www-apps/gotify-server-bin: Fix name of init service.

This commit is contained in:
tastytea 2021-09-09 21:59:50 +02:00
parent d5608cb84e
commit dceed25b4e
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -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