filed

Job queue using FUSE

git clone git://mccd.space/filed

commit aabfbb096d69aedc81a86c2fbd84560dbf9cde66
parent 5c293076768319e51ceff366a0ab534c2a03171d
Author: Marc Coquand <marc@coquand.email>
Date:   Wed, 17 Dec 2025 11:57:37 +0100

README

Diffstat:
MREADME.md | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -90,9 +90,12 @@ I was inspired by 9p, and files proved to be a great abstraction since directori
 - [x] Last modified and created at are correctly rendered for jobs
 - [ ] "Landlock"-mode, or sandboxed jobs - Requires a design
 - [ ] A reusable systemd unit file
-- [ ] A reusable openrc unit file
 - [ ] Notification on failure. Unfortunately [inotify does not work with fuse], which would have been elegant otherwise.
 - [ ] Notify forget and other updates.
+- [ ] Package for Alpine Linux (with reusable openrc script)
+- [ ] Add support for removing/moving active jobs
+	- [ ] When moved to failed, the job should be killed immediately
+	- [ ] When removed, the job should be killed immediately
 
 ## Status