From bc58dfb63d51084a0845fb78ba1fa875f40d2977 Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Mon, 18 Mar 2019 20:28:34 +0100 Subject: [PATCH] fix stopping bg jobs in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a591e8f..4549ccb 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ background "./notify" "jobname" ``` All output of the script will be sent to the user or chat. To stop a background job use: ``` -stopback "jobname" +killback "jobname" ``` You can restart the last running background jobs, e.g. after a reboot, with the command: ```