Be able to restart services from the webadmin

This commit is contained in:
Alexandre Aubin 2020-04-14 18:47:58 +02:00
parent 416968bb28
commit a03ee5b912

View file

@ -1041,6 +1041,7 @@ service:
### service_restart() ### service_restart()
restart: restart:
action_help: Restart one or more services. If the services are not running yet, they will be started. action_help: Restart one or more services. If the services are not running yet, they will be started.
api: PUT /services/<names>/restart
arguments: arguments:
names: names:
help: Service name to restart help: Service name to restart