From 3b3bcf1306857e0607010d657a1c9cc0b846d977 Mon Sep 17 00:00:00 2001 From: namilsk Date: Sat, 7 Mar 2026 00:14:24 +0300 Subject: Autofmt, updated `TODO.md` --- TODO.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 7dc9dc1..d585e40 100644 --- a/TODO.md +++ b/TODO.md @@ -36,13 +36,13 @@ - [ ] Handle `reboot`, `halt`, `poweroff` via `vigilctl` - [ ] Properly terminate all services in reverse dependency order -- [ ] Sync filesystems and unmount (best-effort) -- [ ] Invoke `reboot(2)` / `halt(2)` syscalls directly +- [x] Sync filesystems and unmount (best-effort) +- [x] Invoke `reboot(2)` / `halt(2)` syscalls directly ### Signal handling -- [ ] `SIGINT` / `SIGTERM` = graceful shutdown -- [ ] `SIGUSR1` / `SIGUSR2` = reload config or trigger debug dump +- [x] `SIGINT` / `SIGTERM` = graceful shutdown +- [x] `SIGUSR1` / `SIGUSR2` = reload config or trigger debug dump - [ ] Block all non-fatal signals during critical sections (e.g. mount) ### Logging -- cgit v1.2.3