Operations with SystemD services and Bash commands (Start/Stop)
- Edit
services.jsonfile and write in your services - Execute
sudo python run.py services.json commands.json, the process will write the status of your services and execute commands on your services - Edit
commandelement (start or stop) inservices.jsonfile to start/stop your services - Read the
statusandlogelements
- Edit
commands.jsonfile and write in your services - Execute
sudo python run.py services.json commands.json, the process will write the status of your services and execute commands on your services - Change
statuselement to launch incommands.jsonfile to start your commands - Read the
logelement