
service
List of commands for service:
-
mysql:server:restart Restarts the MySQL server$ service mysql restarttry on your machineexplain this command
-
service:ai:59732 How to start a nginx server?$ service nginx starttry on your machineexplain this command
-
service:handle service: Start/Stop/Restart/Reload service (start/stop should always be available).$ service ${service_name} ${select}try on your machineexplain this command
-
service:list service: List the name and status of all services.$ service --status-alltry on your machineexplain this command
-
service:status Show the current status of a service.$ service ${service_name} statustry on your machineexplain this command