Skip to content

Commit

Permalink
Update TODO, NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
davmac314 committed Aug 11, 2023
1 parent b8b6354 commit 0212d3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ New features:
log-type of "pipe".
* New "triggered" service type, similar to "internal" except that it requires an external
trigger before it will start (start of a triggered service is delayed until the external
trigger is received).
trigger is received). One potential use is to start services after hardware device nodes become
available (eg, start dhcp client on a network interface once it is available).
* New "dinictl" subcommand, "signal", to send a signal to a service process. See dinitctl(8).
Implemented by James Knippes and Mobin Aydinfar.
* New "kill-all-on-stop" service option will cause dinit to kill all (other) processes just
before stopping the service. This can be used to ensure a cleaner system state and that
filesystems can be unmounted (for example). Use with care; see dinit-service(5) for details.
Expand Down
4 changes: 2 additions & 2 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ For version 0.17:
determined).
* [DONE] process input/output chaining (for logging); "log-type = pipe".
* [DONE] Documentation for "log-type = buffer" and "log-type = pipe".
* "offline" dinitctl enable/disable - i.e. enable or disable a service when dinit isn't running.
* dinitctl command to signal running service process.
* [DONE] dinitctl command to signal running service process.
* [In progress] "offline" dinitctl enable/disable - i.e. enable or disable a service when dinit isn't running.


For version 1.0 (release requirements):
Expand Down

0 comments on commit 0212d3c

Please sign in to comment.