mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Be able to restart services from the webadmin
This commit is contained in:
parent
416968bb28
commit
a03ee5b912
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue