Skip to content

Finit v4.11-rc1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Mar 09:32
· 142 commits to master since this release
4.11-rc1
e3bcf9b

Changes

  • Update documentation regarding transition from runlevel S to 2, how
    run/tasks must "complete" before Finit can move to the next runlevel
  • Improve argument handling in bundled getty when launching login

Fixes

  • Fix #432: allow services in setup state to be stopped. This fixes
    a serious blocker introduced in 4.10 that prevented systems from
    being rebooted when any service was in this state
  • Fix fallback SIGKILL when stopping a service with SIGTERM does
    not work. This fixes a serious issue with services not responding to
    the default SIGTERM
  • Fix pre/post/ready/cleanup script execution if service has an
    optional env:file (leading -)