Skip to content

Releases: trinidad/trinidad_init_services

1.3.1 (2014-07-26)

26 Jul 10:26
Compare
Choose a tag to compare
  • make sure generated init.d script is valid shell (bash) script ... (fixes #43)
  • fix wrong user instruction for installing service (thanks @davidhq at #43)
  • normalize ruby compat version before setting it (user can input '2.0' now)

1.3.0 (2014-07-03)

04 Jul 09:03
Compare
Choose a tag to compare
  • --no-ask is now known as --know
  • (portable) shell sub-string matching without echo
  • do a service update when already installed (on windoze) + better removal
  • include a service trinidad_init_service.log file of commands executed
  • configure out redirection as well as pid file (+ log path) on windoze
  • fix uninstall failing (alwo try supporting RH standarts)
  • revised service id/name/desc configuration (to be 'more' similar on platforms)
  • improved java_home detection and error message
  • align with boot tag script conventions - avoid insserv: warning (#31)
  • support for some detecting of JAVA_OPTS and calculating JVM memory requirements
  • allow to detect 2.x ruby compat mode (JRuby >= 1.7)
  • better init.d compat with other/older shells + support customizing JAVA_OPTS
  • refactor init.d script - make sure -cwd $BASE_DIR happens + warn on missing base
  • do not ask for ruby compat version - simply use the current one
  • refactor log_file to out_file ... as it might be confusing
  • decrease default stack-size 1536k should be still a very 'pessimistic' guess
  • allow to configure jsvc's -wait and -keepstdin in generated init.d script
  • better compatibility for upcoming Trinidad 1.5
  • update commons-daemon to 1.0.15