add instructions to sys-apps/fand
This commit is contained in:
parent
d0d2ba3ed3
commit
e182433fd4
1 changed files with 6 additions and 0 deletions
|
@ -26,3 +26,9 @@ src_install() {
|
||||||
|
|
||||||
systemd_dounit fand.service
|
systemd_dounit fand.service
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
elog "Before enabling the 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."
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue