This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
sysom1
mirror of
https://gitee.com/anolis/sysom.git
Watch
1
Star
0
Fork
You've already forked sysom1
0
Code
Issues
Projects
Releases
Wiki
Activity
master
sysom1
/
script
/
server
/
sysom_log
/
stop.sh
9 lines
98 B
Bash
Raw
Permalink
Blame
History
#!/bin/bash
SERVICE_NAME
=
sysom-log
stop_app
(
)
{
supervisorctl stop
$SERVICE_NAME
}
stop_app
Reference in New Issue
View Git Blame
Copy Permalink