Skip to content

v0.9.0: Development release with minor new features

Pre-release
Pre-release
Compare
Choose a tag to compare
@davmac314 davmac314 released this 30 Aug 08:20
· 870 commits to master since this release

This release includes some new features, and bugfixes.

  • The service specified via the "chain-to" setting will now only be started if the initiating service completes successfully, i.e. if it terminates normally (with an exit code of 0) and only if it is not manually stopped.
  • New option "--container" (-o) inhibits system management functions (such as machine shutdown/restart) that are normally enabled when dinit runs as process ID 1. A complementary "--system-mgr" (-m) option enables system management (even when not running as PID 1).
  • Fixed pinned-started services stopping when released by a dependent service, instead of remaining in the started state, and some other bugs related to pinning. Some issues may remain to be fixed in a later release.