filed
Job queue using FUSE
git clone git://mccd.space/filed
| Log | Files | Refs | README | LICENSE |
commit 1b8b51d24e42c20817d794b91c581ff0c0ca6a83 parent edcfce3e7b7a1dedcdc91250ce4f747f3fb3711c Author: Marc Coquand <marc@coquand.email> Date: Sun, 21 Dec 2025 21:32:15 +0100 docs Diffstat:
| M | filed.5.scd | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/filed.5.scd b/filed.5.scd @@ -112,7 +112,8 @@ exist. Defaults to $XDG_DATA_HOME/filed.db, or exit(1) if XDG_DATA_HOME is unset can be launched to cat and only allow jobs to access files in some-dir. printf "echo helloworld" > "/var/filed/pending/$(< /var/filed/new-id)" - Create a new job with a unique id sampled from _new-id_, that echoes hello world. + Create a new job with a unique id sampled from _new-id_, that echoes + hello world. mv /var/filed/failed/myjob /var/filed/pending Retry a job that failed.