A script for installation service
![]() |
6 年之前 | |
---|---|---|
README.md | 6 年之前 | |
install.sh | 6 年之前 | |
server.sh | 6 年之前 | |
uninstall.sh | 6 年之前 |
A script for installation service
About Script: It's a sample scipt to install/uninstall the server on Ubuntu.
#### Install the service
Usage:
./install.sh -u tangs -e /tmp/yourExec -n yourServiceName -d /home/tangs/yourServiceStartDir
#### Uninstall the service
Usage:
./uninstall.sh -n yourServiceName
`./install.sh --help` or `./uninstall.sh --help` for detail.
Developing