add instructions to sys-apps/fand

This commit is contained in:
Martin Sekera 2020-04-12 19:03:17 +02:00
parent d0d2ba3ed3
commit e182433fd4

View file

@ -26,3 +26,9 @@ src_install() {
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."
}