filed

Job queue using FUSE

git clone git://mccd.space/filed

commit 4853b4fdbb95ccbd1492e3ca873bc10774d670bf
parent e5ab568b7ee805ed3ab4c5f2b301afc90b8963df
Author: Marc Coquand <marc@coquand.email>
Date:   Mon, 15 Dec 2025 15:58:52 +0100

fmt

Diffstat:
Mqj.1.scd | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/qj.1.scd b/qj.1.scd
@@ -56,8 +56,9 @@ Access rights can be modified using _CHOWN(1)_ and _CHMOD(1)_.
 
 # MAINTENANCE
 
-qj never removes logs of completed and failed jobs. It is therefore recommended that the admin adds a 
-cron job to clean up old jobs. Such a cron job could look like this, for example:
+qj never removes logs of completed and failed jobs. It is therefore recommended
+that the admin adds a  cron job to clean up old jobs. Such a cron job could
+look like this, for example:
 
 	```
 	0 2 * * * find /path/to/qj/{complete,failed} -type f -mtime +7 -delete