From 55d279239eb2c0dc7f549e2083e36202eb54082c Mon Sep 17 00:00:00 2001 From: aiminick <83101338@qq.com> Date: Mon, 2 Dec 2019 20:24:44 +0800 Subject: [PATCH] Update README.md --- README.md | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bca04f..9861e66 100644 --- a/README.md +++ b/README.md @@ -388,7 +388,9 @@ All the version 2.0 system images are used "ext4" file system as default, the Ts |Standard VM kit|★|★|★|X| |BT-Panel kit|★|★|★|X| -**Note:** +---- + +**(1)Note:** **★ :** Stands for supported and default enabled. It can directly be used. @@ -398,6 +400,44 @@ All the version 2.0 system images are used "ext4" file system as default, the Ts **X :** Stands for not supported. +**(2)Service control** + +Docker Container + +``` +Manual start: systemctl start docker.service +Manual stop: systemctl stop docker.service +Enable autostart: systemctl enable docker.service +Disable autostart: systemctl disable docker.service +``` + +CecOS CaaS Platform (service port: 8443) + +``` +Manual start: systemctl start cecos-caas.service +Manual stop: systemctl stop cecos-caas.service +Enable autostart: systemctl enable cecos-caas.service +Disable autostart: systemctl disable cecos-caas.service +``` + +WebGUI Manager (service port: 9090) + +``` +Manual start: systemctl start cockpit.socket +Manual stop: systemctl stop cockpit.socket +Enable autostart: systemctl enable cockpit.socket +Disable autostart: systemctl disable cockpit.socket +``` + +Web SSH Client (service port: 4200) + +``` +Manual start: systemctl start shellinabox.service +Manual stop: systemctl stop shellinabox.service +Enable autostart: systemctl enable shellinabox.service +Disable autostart: systemctl disable shellinabox.service +``` + ---- ### 1-4. Some System Performance Testing Results