2021-08-29 00:02:47 +08:00

20 lines
211 B
Bash

#!/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'
)