mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
add actionsmap type_log to precise if the log is a file or a systemd log
This commit is contained in:
parent
6d76ef95f4
commit
dffecf4ae6
1 changed files with 8 additions and 0 deletions
|
@ -1149,6 +1149,14 @@ service:
|
||||||
-d:
|
-d:
|
||||||
full: --description
|
full: --description
|
||||||
help: Description of the service
|
help: Description of the service
|
||||||
|
-t:
|
||||||
|
full: --type_log
|
||||||
|
help: Type of the log (file or systemd)
|
||||||
|
nargs: "+"
|
||||||
|
choices:
|
||||||
|
- file
|
||||||
|
- systemd
|
||||||
|
default: file
|
||||||
|
|
||||||
### service_remove()
|
### service_remove()
|
||||||
remove:
|
remove:
|
||||||
|
|
Loading…
Add table
Reference in a new issue