Add kill command to autostart-manage

This commit is contained in:
Tobias Reisinger 2024-10-23 19:03:45 +02:00
parent 67fed76c68
commit f48b7c8690
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

@ -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