www-apps/gotify-server-bin: Fix name of init service.
This commit is contained in:
parent
d5608cb84e
commit
dceed25b4e
@ -32,7 +32,7 @@ src_prepare() {
|
|||||||
src_install() {
|
src_install() {
|
||||||
newbin gotify-linux-amd64 ${PN}
|
newbin gotify-linux-amd64 ${PN}
|
||||||
dodoc config.example.yml
|
dodoc config.example.yml
|
||||||
doinitd "${FILESDIR}/${PN}.initd"
|
newinitd "${FILESDIR}/${PN}.initd" ${PN}
|
||||||
|
|
||||||
if use logrotate; then
|
if use logrotate; then
|
||||||
insinto etc/logrotate.d
|
insinto etc/logrotate.d
|
||||||
|
Reference in New Issue
Block a user