first commit

This commit is contained in:
2021-08-29 00:02:47 +08:00
commit 01e8b33396
52 changed files with 4404 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
#!/bin/bash
SERVICES=(
'rabbitmq-server'
'redis-server'
'mongod'
'mysql'
'tomcat7'
'nginx'
)
DAEMONS=(
'/a/b/c -f -g'
'd -e iiii'
'/j/k'
'llll'
'/mm/nn -a -b -c'
)