Add kill command to autostart-manage
This commit is contained in:
parent
67fed76c68
commit
f48b7c8690
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue