Remove default value for deprecated log_type args

The service_add method check if the argument is empty, but what it
really wants to do is checking if the args is not systemd (as far as I
understand). As this value is deprecated, better remove the default to
fix this logic.
This commit is contained in:
Augustin Trancart 2020-05-08 17:59:46 +02:00
parent ba709be534
commit bcb16416b2

View file

@ -996,7 +996,6 @@ service:
choices:
- file
- systemd
default: file
--test_status:
help: Specify a custom bash command to check the status of the service. Note that it only makes sense to specify this if the corresponding systemd service does not return the proper information already.
--test_conf: