From f48b7c86908e7b7af2d82349db68dfdb3c66f568 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Wed, 23 Oct 2024 19:03:45 +0200 Subject: [PATCH] Add kill command to autostart-manage --- autostart-manage/bashly.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/autostart-manage/bashly.yml b/autostart-manage/bashly.yml index 3327140..229eb11 100644 --- a/autostart-manage/bashly.yml +++ b/autostart-manage/bashly.yml @@ -73,6 +73,15 @@ commands: completions: - $(autostart-manage list) filename: systemctl.sh + - name: kill + help: Kill the program from autostart + args: + - name: program + required: true + help: Program to kill + completions: + - $(autostart-manage list) + filename: systemctl.sh - name: log alias: logs help: Show the log for a single program from autostart