diff --git a/README.md b/README.md index 25254384..a65e36c4 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,15 @@ Specifications yunohost monitor disk [-h] [-m MOUNTPOINT] [-t] [-f] [-H] yunohost monitor network [-h] [-u] [-i] [-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 diff --git a/yunohost_service.py b/yunohost_service.py index f861fb92..46b212f0 100644 --- a/yunohost_service.py +++ b/yunohost_service.py @@ -19,9 +19,9 @@ """ -""" yunohost_monitor.py +""" yunohost_service.py - Monitoring functions + Manage services """ import yaml import glob