a simple script to control the aliyun service
Just control some aliyun service's status.
Basic service list: "aliyun.service", "aegis.service", "cloudmonitor.service".
Surely, this script could run above centos7
- git this repo:
# git clone https://github.com/binbin666/aliyunServiceTools
- make sure this script worked with execute
# cd aliyunServiceTools
# chmod +x aliyunService.sh
- just run and chose simple tip to execute
# sh aliyunService.sh
0: exit
1: start service
2: stop service
you could add more services to checkServiceList
block whatever you want, just do it.