Simple tool for disabling, stopping or starting a list of services with just one command.
Note: I use this script for my own projects, it contains only the features I need.
Installation | Features | Test | Contributing | License
Requires: a Debian/Ubuntu version of linux and a Bash version ~4.4. bash-sys installed.
- Download a release or clone this repository.
- Use scripts/install.sh to automatically install the application in the /opt/oju/bash project folder.
- If needed, add
PATH="$PATH:/opt/oju/bash/bin"
to the .profile files.
This tool is a wrapper to the 'system and service manager' (systemd or SysV) functions. It allows you to disable, start or stop a list of services with just one command. The services are defined in the config.sh file.
Usage: manageservices.sh [options] command
command <disable | start | stop>
disable Disable services from starting automatically.
start Start services.
stop Stop services.
options
-h | --help Show this help.
-l | --active-log Log mode. Content outputs are logged in a file.
-n | --no-display Display mode. Nothing is displayed in terminal.
-t | --trace Display var and constants.
-v | --version Show the version.
-w | --wait Wait user. Wait for user input between actions.
As this tool is just a wrapper to the system and service manager functions, I didn't write any line of 'unit test' code. Sorry.
Thanks you for taking the time to contribute. Please fork the repository and make changes as you'd like.
As I use these scripts for my own projects, they contain only the features I need. But If you have any ideas, just open an issue and tell me what you think. Pull requests are also warmly welcome.
If you encounter any bugs, please open an issue.
Be sure to include a title and clear description,as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.
This project is open-source and is licensed under the MIT License.