Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@patmaddox patmaddox released this 02 Aug 18:04
· 33 commits to main since this release

What's Changed

  • Simplified structure. You don't need to generate templates within your app, it's handled in mix freebsd.gen.pkg
  • Use FreeBSD daemon(8) and make better use of RC service infrastructure
  • Default to reading env vars from /usr/local/etc/<app>.d/<app>.env
  • Daemon captures logs to /var/log/<app>.log (by @sax in #4)
  • service restart is faster, and reloads env vars.
  • Added configurable package dependencies.

New Contributors

  • @sax made their first contribution in #4

Full Changelog: v0.4.1...v0.5.0