The tool installs various applications such as tomcat9, postgresql, nginx, or apache2, and sets up systemd services for managing them. Here are a few examples:
Command | Comments |
---|---|
systemctl stop postgresql |
Stops a postgresql Service |
systemctl start postgresql |
Start postgresql Service |
systemctl restart postgresql |
Restarts PostgreSQL service |
systemctl stop tomcat9 |
Stops Tomcat9 Service |
systemctl start tomcat9 |
Starts Tomcat9 Service |
systemctl restart tomcat9 |
Restarts Tomcat9 Service |