first commit
This commit is contained in:
19
常用脚本/shell/processes
Normal file
19
常用脚本/shell/processes
Normal 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'
|
||||
)
|
||||
|
Reference in New Issue
Block a user