mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Update README.md
This commit is contained in:
parent
8e3ca4c756
commit
b685ab5a77
2 changed files with 11 additions and 5 deletions
12
README.md
12
README.md
|
@ -60,9 +60,15 @@ Specifications
|
||||||
yunohost monitor disk [-h] [-m MOUNTPOINT] [-t] [-f] [-H]
|
yunohost monitor disk [-h] [-m MOUNTPOINT] [-t] [-f] [-H]
|
||||||
yunohost monitor network [-h] [-u] [-i] [-H]
|
yunohost monitor network [-h] [-u] [-i] [-H]
|
||||||
yunohost monitor system [-h] [-m] [-u] [-i] [-p] [-c] [-H]
|
yunohost monitor system [-h] [-m] [-u] [-i] [-p] [-c] [-H]
|
||||||
yunohost monitor process [-h] [-e PROCESS] [-d PROCESS]
|
|
||||||
[--stop PROCESS] [-c PORT] [-i]
|
|
||||||
[--start PROCESS]
|
### Services
|
||||||
|
|
||||||
|
yunohost service status [-h] [NAME [NAME ...]]
|
||||||
|
yunohost service start [-h] NAME [NAME ...]
|
||||||
|
yunohost service stop [-h] NAME [NAME ...]
|
||||||
|
yunohost service enable [-h] NAME [NAME ...]
|
||||||
|
yunohost service disable [-h] NAME [NAME ...]
|
||||||
|
|
||||||
|
|
||||||
### Tools
|
### Tools
|
||||||
|
|
|
@ -19,9 +19,9 @@
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
""" yunohost_monitor.py
|
""" yunohost_service.py
|
||||||
|
|
||||||
Monitoring functions
|
Manage services
|
||||||
"""
|
"""
|
||||||
import yaml
|
import yaml
|
||||||
import glob
|
import glob
|
||||||
|
|
Loading…
Reference in a new issue