summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authornamilsk <namilsk@namilsk.tech>2026-03-07 00:14:24 +0300
committernamilsk <namilsk@namilsk.tech>2026-03-07 00:14:24 +0300
commit3b3bcf1306857e0607010d657a1c9cc0b846d977 (patch)
treed0b9e3f9b506dbe9f87c6fb3e7acb533ea69901d /TODO.md
parent772093279e1dd162a47e2dfe50d9a9ae0192d750 (diff)
Autofmt, updated `TODO.md`
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md8
1 files changed, 4 insertions, 4 deletions
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