add actionsmap type_log to precise if the log is a file or a systemd log

This commit is contained in:
Pierre Bourré 2019-01-23 00:00:25 +01:00
parent 6d76ef95f4
commit dffecf4ae6

View file

@ -1149,6 +1149,14 @@ service:
-d:
full: --description
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()
remove: