add www-apps/wikijs and associated acct-*

This commit is contained in:
Martin Sekera 2020-04-14 00:28:05 +02:00
parent e182433fd4
commit 228e8ba15a
5 changed files with 79 additions and 2 deletions

View file

@ -24,11 +24,11 @@ src_install() {
insinto /etc/${PN}
doins config.json.example
systemd_dounit fand.service
systemd_dounit ${PN}.service
}
pkg_postinst() {
elog "Before enabling the service, create a configuration file:"
elog "Before enabling ${PN}.service, create a configuration file:"
elog "# cp /etc/${PN}/config.json.example /etc/${PN}/config.json"
elog "and edit its contents to match your hardware."
}